Files

1.5 KiB
Raw Permalink Blame History

Mantine Vite template

The project is a well-structured, modern React application with a clean design and strong technical foundation. It effectively showcases Craig Macfadyen's professional expertise but would benefit from completing the missing features and addressing the navigation structure. The use of Mantine provides a solid UI foundation, and the component architecture supports maintainability and future expansion.

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