This is a Next.js, MUI v5 and Typescript starter. You can use this to start your Next.js + MUI + Typescript development faster and easier.
- First, Clone the project.
- (Optional) If you want, You can also change the project name to whatever your like and also add the project name in the
package.json
. - Run this command in the project directory to install dependencies:
npm i
# or
yarn
- You can run dev server with the following command:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.