Files
next-app-template/README.md
T
2026-04-01 22:01:53 +03:00

1.4 KiB
Raw Blame History

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 oxlint and stylelint
  • format:test checks files with oxfmt
  • jest runs jest tests
  • jest:watch starts jest watch
  • test runs jest, format:test, lint and typecheck scripts

Other scripts

  • storybook starts storybook dev server
  • storybook:build build production storybook bundle to storybook-static
  • format:write formats all files with oxfmt