Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikcede/nextjs-jest-mui-starter
- Owner: ikcede
- License: mit
- Created: 2024-09-06T21:43:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:49:26.000Z (4 months ago)
- Last Synced: 2024-10-14T06:40:20.524Z (3 months ago)
- Topics: app-router-nextjs, css-modules, eslint, jest, mui, mui-icons, nextjs, prettier, template, typescript
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```