Skip to content

prismify-co/next-mantine-app-router-template

 
 

Repository files navigation

Next.js + Mantine UI 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

  • test – runs jest.
  • test:watch – runs jest in watch mode

Linting and formatting scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • format – formats all files with Prettier
  • format:check – checks files with Prettier

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static

About

A Next.js + Mantine UI v7+ template (App Router)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.0%
  • JavaScript 30.5%
  • CSS 3.5%