2025-07-26 22:05:09 +03:00
2025-09-19 17:22:36 +04:00
2025-07-27 11:41:43 +04:00
2025-07-26 22:05:09 +03:00
2025-07-26 22:03:26 +03:00
2025-07-27 11:41:43 +04:00
2025-07-28 17:42:25 +04: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 9.3 MiB
Languages
TypeScript 98.3%
CSS 1.3%
JavaScript 0.2%
Dockerfile 0.1%