Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantinedev/vite-template
Mantine + Vite template
https://github.com/mantinedev/vite-template
mantine react vite
Last synced: 3 days ago
JSON representation
Mantine + Vite template
- Host: GitHub
- URL: https://github.com/mantinedev/vite-template
- Owner: mantinedev
- Created: 2022-05-29T13:20:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:08:31.000Z (18 days ago)
- Last Synced: 2024-10-24T00:27:19.665Z (17 days ago)
- Topics: mantine, react, vite
- Language: TypeScript
- Homepage: https://mantine.dev/guides/vite/
- Size: 7.61 MB
- Stars: 131
- Watchers: 4
- Forks: 89
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mantinedev/vite-template - Mantine + Vite template (TypeScript)
README
# Mantine Vite template
## Features
This template comes with the following features:
- [PostCSS](https://postcss.org/) with [mantine-postcss-preset](https://mantine.dev/styles/postcss-preset)
- [TypeScript](https://www.typescriptlang.org/)
- [Storybook](https://storybook.js.org/)
- [Vitest](https://vitest.dev/) setup with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- ESLint setup with [eslint-config-mantine](https://github.com/mantinedev/eslint-config-mantine)## 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