This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.

Mantine Vite template

Features

This template comes with the following features:

npm scripts

Build and dev scripts

  • dev start development server
  • build build production version of the app
  • preview locally preview production build

Testing scripts

  • typecheck checks TypeScript types
  • lint runs ESLint
  • prettier:check checks files with Prettier
  • vitest runs vitest tests
  • vitest:watch starts vitest watch
  • test runs vitest, 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
S
Description
No description provided
Readme 1.5 MiB
Languages
TypeScript 86.5%
CSS 7.9%
JavaScript 4.6%
HTML 1%