For those who are tired of paying the cost of installing packages they will NEVER EVER use.
This repository provides a starting point for SPA projects using the following stack:
- React
- TypeScript
- ESLint with some recommended configs.
- Prettier
- Vite
- The source root (i.e.,
src/) can be referenced using the@/prefix. - The build result goes into the
dist/directory.
- Keep track of the version upgrades of dependencies.
- Fine-tune
eslint.config.mjsandtsconfig.jsonproperly (RTFM!). - and more..