* Update template to v7 alpha * Add storybook * Update readme * Fix inaccurate welcome message description * Update @mantine/* dependencies to version 1.6.0 * Update @mantine/* dependencies to version 7.0.0-beta.2 * Update @mantine/* dependencies to version 7.0.0-beta.5 * Update meta tags * Update @mantine/* dependencies to version 7.0.0-beta.7 * Update @mantine/* dependencies to version 7.0.0 |
||
|---|---|---|
| .storybook | ||
| src | ||
| test-utils | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.js | ||
| README.md | ||
| index.html | ||
| jest.config.js | ||
| jest.setup.js | ||
| package.json | ||
| postcss.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| yarn.lock | ||
README.md
Mantine Vite template
Features
This template comes with the following features:
- PostCSS with mantine-postcss-preset
- TypeScript
- Storybook
- Jest setup with React Testing Library
- ESLint setup with eslint-config-mantine
npm scripts
Build and dev scripts
dev– start development serverbuild– build production version of the apppreview– locally preview production build
Testing scripts
typecheck– checks TypeScript typeslint– runs ESLintprettier:check– checks files with Prettierjest– runs jest testsjest:watch– starts jest watchtest– runsjest,prettier:check,lintandtypecheckscripts
Other scripts
storybook– starts storybook dev serverstorybook:build– build production storybook bundle tostorybook-staticprettier:write– formats all files with Prettier