Template repo for react apps using redux-toolkit, css-modules and vite.
- Setup
- Install local dependencies
npm i
- Install local dependencies
- Development / Build
npm start
- starts the development environment in development modenpm run build
- builds and exports the application to the output folder in production mode
- Linters
npm run lint
- Run all lintersnpm run lint:code
- lints TS files, supports-- --fix
suffix for auto-fixingnpm run lint:typescript
- run type checkingnpm run lint:style
- lints SCSS files, supports-- --fix
suffix for auto-fixingnpm run format
- lints all files (formatting only), supports-- --write
suffix for auto-fixing
- Other
npm run todo
- list all TODO's and FIXME'snpm run clean
- clean temporary and dependency folders