This is a Next.js integrated with Mui.
- Node 20+
- VS Code
- Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Build and test production version
# it will take a while
npm run build
# launch prodcution version
npm start
Open http://localhost:3000 with your browser to see the result. Comparing to dev version, the production version is much faster.
Live Demo is available here.