No description
Find a file
2024-10-26 18:09:13 -04:00
.github/workflows Initial commit 2024-10-25 17:55:56 -04:00
.storybook Initial commit 2024-10-25 17:55:56 -04:00
.yarn/releases Initial commit 2024-10-25 17:55:56 -04:00
src some initial rpc, auth, and device connection 2024-10-26 18:09:13 -04:00
test-utils Initial commit 2024-10-25 17:55:56 -04:00
.gitignore Initial commit 2024-10-25 17:55:56 -04:00
.nvmrc Initial commit 2024-10-25 17:55:56 -04:00
.prettierrc.mjs Initial commit 2024-10-25 17:55:56 -04:00
.stylelintignore Initial commit 2024-10-25 17:55:56 -04:00
.stylelintrc.json Initial commit 2024-10-25 17:55:56 -04:00
.yarnrc.yml Initial commit 2024-10-25 17:55:56 -04:00
eslint.config.js Initial commit 2024-10-25 17:55:56 -04:00
index.html Initial commit 2024-10-25 17:55:56 -04:00
package-lock.json some initial rpc, auth, and device connection 2024-10-26 18:09:13 -04:00
package.json some initial rpc, auth, and device connection 2024-10-26 18:09:13 -04:00
postcss.config.cjs Initial commit 2024-10-25 17:55:56 -04:00
README.md Initial commit 2024-10-25 17:55:56 -04:00
tsconfig.json Initial commit 2024-10-25 17:55:56 -04:00
vite.config.mjs Initial commit 2024-10-25 17:55:56 -04:00
vitest.setup.mjs Initial commit 2024-10-25 17:55:56 -04:00
yarn.lock Initial commit 2024-10-25 17:55:56 -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