1.0.0 • Published 1 year ago

nextjs-with-material-ui-example-template v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Next.js With Material UI Example Template

Navigate to cloned repo

cd nextjs-with-material-ui-example-template

Install dependencies

yarn install
#or
npm install

Start development server

yarn dev
#or
npm run dev

Open http://localhost:3000 with your browser to see the result.

Build for production

yarn build
#or
npm run build

Start preview server after build

yarn start
#or
npm run start

Open http://localhost:3000 with your browser to see the result.

Run release

Follow the Conventional Commits Specification in your repository. And when you're ready to release, run below scripts.

yarn release
#or
npm run release

Learn More

To learn more about Next.js, ESLint, Prettier, StyleLint and lint-staged, take a look at the following resources: