React + Typescript + Tailwind CSS + Vite + ESLint + Prettier + Husky + Vitest + jest-dom (React Testing Library) + c8
-
Install the node.js https://nodejs.org/en/download/
-
Install the latest version of pnpm package manager
npm install -g pnpm
orbrew install pnpm
-
Install the dependencies
pnpm install
pnpm start
pnpm build
Live mode
pnpm test
Coverage check
pnpm coverage
Pre-commit checks
pnpm pre-commit