Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikcede/nextjs-jest-mui-starter

Scaffolding NextJS App Router projects with Jest and MUI
https://github.com/ikcede/nextjs-jest-mui-starter

app-router-nextjs css-modules eslint jest mui mui-icons nextjs prettier template typescript

Last synced: about 2 months ago
JSON representation

Scaffolding NextJS App Router projects with Jest and MUI

Awesome Lists containing this project

README

        

# Next.js + Jest + MUI

Built using the recommended NextJS App Router, get started quickly with a Next.js template using:

- The src/ folder
- App Router
- Jest + User Events
- MUI + MUI Icons
- Prettier for formatting
- Built in CSS modules

## Development

To run the dev server:

```bash
npm run dev
```

Before deploying:

```bash
npm test
npm run format
npm run build
```