Intention is to have some light-weight starter kit for any react (static) applications. Faster 🚀 build time, type-safe, linting, etc, are the things which have been considered for this setup.
- React 18 (latest)
- TypeScript
- Vite
- wouter (opinionated, just to keep bundle smaller, but you can replace this with any routing lib its just a npm package)
- Jest + testing-library/react
- Prettier, ESLint and StyleLint
- husky with lint-staged, and git actions
- Fork and clone this repo and then:
nvm use
(make sure you have latest node 17 ORnvm
installed)npm i
npm run dev