Well-structured codebase with modern development patterns
Built with Next.js, React, TypeScript, and Material-UI
Mobile-first design that works on all devices
Next.js 15
React 18
TypeScript
Material-UI
React Particles
Tailwind CSS
Clean Architecture
Copy .env.example to .env.local and configure your environment variables:
# Add your environment variables here NODE_ENV=development
Install dependencies and start the development server:
npm install npm run dev