Verity Website (Demo?)
Go to file
2025-09-01 23:41:11 +00:00
.storybook Eva v1 2025-09-02 00:38:57 +01:00
.yarn Eva v1 2025-09-02 00:38:57 +01:00
Images Eva v1 2025-09-02 00:38:57 +01:00
src Eva v1 2025-09-02 00:38:57 +01:00
test-utils Eva v1 2025-09-02 00:38:57 +01:00
.gitignore Eva v1 2025-09-02 00:38:57 +01:00
.nvmrc Eva v1 2025-09-02 00:38:57 +01:00
.prettierrc.mjs Eva v1 2025-09-02 00:38:57 +01:00
.stylelintignore Eva v1 2025-09-02 00:38:57 +01:00
.stylelintrc.json Eva v1 2025-09-02 00:38:57 +01:00
.yarnrc.yml Eva v1 2025-09-02 00:38:57 +01:00
eslint.config.js Eva v1 2025-09-02 00:38:57 +01:00
index.html Eva v1 2025-09-02 00:38:57 +01:00
package.json Eva v1 2025-09-02 00:38:57 +01:00
postcss.config.cjs Eva v1 2025-09-02 00:38:57 +01:00
README.md Eva v1 2025-09-02 00:38:57 +01:00
tsconfig.json Eva v1 2025-09-02 00:38:57 +01:00
vite.config.mjs Eva v1 2025-09-02 00:38:57 +01:00
vitest.setup.mjs Eva v1 2025-09-02 00:38:57 +01:00
yarn.lock Eva v1 2025-09-02 00:38:57 +01: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