2025-08-06 21:18:50 +04:00
rew
2025-07-27 01:10:07 +03:00
2025-08-04 07:50:13 +03:00
2025-08-04 07:50:13 +03:00

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
Description
No description provided
Readme 7.7 MiB
Languages
TypeScript 93.3%
CSS 2.8%
JavaScript 2.4%
Dockerfile 1.2%
Shell 0.3%