This project provides a minimal setup to get React applications up and running quickly using Next.js and Material UI (MUI). It's configured with TypeScript for enhanced development experience.
- Next.js: The React Framework for Production. Handles routing (using the App Router), server-side rendering (SSR), static site generation (SSG), and more.
- React: A JavaScript library for building user interfaces.
- Material UI (MUI): A popular React UI framework providing pre-built components following Material Design principles.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Zustand: A small, fast, and scalable state-management solution (used here for theme toggling).
- ESLint: Pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript and TypeScript.
- Node.js (LTS version recommended)
- npm
- Clone the repository:
git clone https://github.com/highnet/next-js-mui-quickstack.git cd https://github.com/highnet/next-js-mui-quickstack.git
- Install dependencies:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License - see the LICENSE file for details.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT.md for details.