Code21228 / Next.js-MUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Next.js with Material UI πŸ‘‹

Unit test E2E test Cypress test runs Dependency Status devDependency Status CodeFactor HitCount Twitter: jl_suncin

Showcase project for how to use Material UI with Next.js

Prerequisites

  • node >= 12
  • npm >= 6

Install

npm install

Usage

Run development server:

npm run dev

Run unit tests:

npm test

Run end-to-end tests:

npm run test:e2e

Run linter:

npm run lint

Build and run:

npm run build
npm start

Code coverage:

npm test -- --coverage
CODE_COVERAGE=true npm run start:e2e
npx nyc report

Author

πŸ‘€ Jaime Leonardo Suncin Cruz

Show your support

Give a ⭐️ if this project helped you!

🌟 Stargazers

Stargazers repo roster for @leosuncin/mui-next-ts

🍴 Forkers

Forkers repo roster for @leosuncin/mui-next-ts

About


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%Language:Shell 0.1%