Skip to content

RileyMShea/mui-next-ts

 
 

Repository files navigation

Welcome to Next.js with Material UI 👋

Unit test E2E test Dependency Status devDependency Status CodeFactor 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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 4.0%