• TypeScript 93%
  • JavaScript 4.5%
  • HTML 1.5%
  • CSS 1%
Find a file
Franz Geffke 9078b11245
wip
2024-01-25 14:47:48 +00:00
.storybook Init yarn 4 migration 2023-11-06 16:35:27 +04:00
.yarn/releases Update yarn to 4.0.2 2023-12-21 10:32:18 +04:00
src wip 2024-01-25 14:47:48 +00:00
test-utils Update template to 7.0 2023-09-18 13:57:30 +00:00
.eslintignore Init yarn 4 migration 2023-11-06 16:35:27 +04:00
.eslintrc.cjs Init yarn 4 migration 2023-11-06 16:35:27 +04:00
.gitignore Init yarn 4 migration 2023-11-06 16:35:27 +04:00
.prettierrc.cjs Init yarn 4 migration 2023-11-06 16:35:27 +04:00
.stylelintignore Add stylelint 2023-11-15 10:59:20 +04:00
.stylelintrc.json Add stylelint 2023-11-15 10:59:20 +04:00
.yarnrc.yml Update yarn to 4.0.2 2023-12-21 10:32:18 +04:00
index.html Update template to 7.0 2023-09-18 13:57:30 +00:00
package.json wip 2024-01-25 14:47:48 +00:00
pnpm-lock.yaml wip 2024-01-25 14:47:48 +00:00
postcss.config.cjs Init yarn 4 migration 2023-11-06 16:35:27 +04:00
README.md Migrate from jest to vitest 2023-11-14 13:52:29 +04:00
tsconfig.json Migrate from jest to vitest 2023-11-14 13:52:29 +04:00
vite.config.mjs Migrate from jest to vitest 2023-11-14 13:52:29 +04:00
vitest.setup.mjs Migrate from jest to vitest 2023-11-14 13:52:29 +04:00
yarn.lock Update @mantine/* dependencies to 7.4.2 2024-01-17 23:27:41 +04:00

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