- node
- typeScript
- pnpm
- react
- react-router-dom
- Eslint (airbnb config)
- Prettier (base config)
- Husky (pre-commit hook with lint-staged)
- TailwindCSS (postCSS and autoprefixer included)
- Vitest (test library identical to jest, using jsdom and testing-library for component unit-testing)
pnpm i
pnpm dev
pnpm build
pnpm build && pnpm preview