Next.Js boilerplate with Material-UI v5
- 📏 ESLint — Pluggable JavaScript linter
- 💖 Prettier - Opinionated Code Formatter
- 🐶 Husky — Use git hooks with ease
- 🚫 lint-staged - Run linters against staged git files
- 👷 PR Workflow - Run Type Check & Linters on pull requests
- 🗂 Absolute import - Import folders and files using the
@
prefix
By default, this uses Yarn, but this choice is yours. If you'd like to switch to npm, delete the
yarn.lock
file, install the dependencies withnpm install
, and change the CI workflows, Husky Git hooks, and lint-staged steps to use npm commands.
yarn
;yarn dev
;
or
npm i
npm run dev
To view the project open http://localhost:3000
.