Vitaly Rtishchev 5fc5f6a18c Add next-env.d.ts to .gitignore (#47)
* Remove next-env

* Add next env to gitignore

* Add typegen to test script
2025-11-04 09:23:43 +03:00
2025-10-09 22:43:51 +03:00
2025-09-23 19:28:53 +03:00
2024-12-10 14:15:53 +04:00
2024-09-02 14:53:41 +04:00
2023-05-28 10:55:11 +04:00
2025-06-16 13:32:48 +04:00
2025-11-02 10:13:03 +03:00
2025-10-26 10:41:40 +03:00
2024-09-02 14:53:41 +04:00
2023-11-15 11:02:16 +04:00
2023-11-15 11:02:16 +04:00
2025-09-23 19:28:53 +03:00
2025-09-12 11:18:49 +03:00
2024-03-15 15:40:39 +04:00
2023-05-28 10:55:11 +04:00
2025-10-26 10:41:40 +03:00
2023-05-28 10:56:40 +04:00
2023-09-14 13:19:54 +04:00
2025-11-02 19:10:49 +03:00
2025-11-02 19:10:49 +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
Mantine + Next.js app router template (7.0+)
Readme 36 MiB
Languages
TypeScript 66.9%
JavaScript 29.9%
CSS 3.2%