Skip to content

mantinedev/next-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Apr 26, 2024
Oct 15, 2024
Apr 25, 2025
Dec 10, 2024
Sep 2, 2024
May 28, 2023
May 28, 2023
Nov 6, 2023
Nov 20, 2024
May 28, 2023
Sep 2, 2024
Nov 15, 2023
Nov 15, 2023
Apr 25, 2025
May 28, 2023
May 28, 2023
Mar 22, 2025
Nov 4, 2023
Mar 15, 2024
Jan 18, 2025
Nov 4, 2023
Apr 25, 2025
Nov 4, 2023
Sep 14, 2023
Nov 4, 2023
Apr 25, 2025

Repository files navigation

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