Showcase project for how to use Material UI with Next.js
- node >= 12
- npm >= 6
npm installRun development server:
npm run devRun unit tests:
npm testRun end-to-end tests:
npm run test:e2eRun linter:
npm run lintBuild and run:
npm run build
npm startCode coverage:
npm test -- --coverage
CODE_COVERAGE=true npm run start:e2e
npx nyc report👤 Jaime Leonardo Suncin Cruz
- Twitter: @jl_suncin
- Github: @leosuncin
- LinkedIn: @jaimesuncin
Give a ⭐️ if this project helped you!