This template comes with the following features:
- PostCSS with mantine-postcss-preset
- TypeScript
- Storybook
- Vitest setup with React Testing Library
- ESLint setup with eslint-config-mantine
- dev– start development server
- build– build production version of the app
- preview– locally preview production build
- 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,- lintand- typecheckscripts
- storybook– starts storybook dev server
- storybook:build– build production storybook bundle to- storybook-static
- prettier:write– formats all files with Prettier