mantinedev / next-app-template

Mantine + Next.js app router template (7.0+)

Home Page:https://mantine.dev/guides/next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mantine Next.js template

This is a template for Next.js app router + Mantine. If you want to use pages router instead, see next-pages-template.

Features

This template comes with the following features:

npm scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • jest – runs jest tests
  • jest:watch – starts jest watch
  • test – runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static
  • prettier:write – formats all files with Prettier

About

Mantine + Next.js app router template (7.0+)

https://mantine.dev/guides/next

License:MIT License


Languages

Language:TypeScript 65.8%Language:JavaScript 30.9%Language:CSS 3.3%