Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abelflopes/react-app-template

Template repo for react apps using typescript. redux-toolkit, css-modules and vite
https://github.com/abelflopes/react-app-template

boilerplate boilerplate-front-end boilerplate-template react redux redux-toolkit template typescript vite

Last synced: about 2 months ago
JSON representation

Template repo for react apps using typescript. redux-toolkit, css-modules and vite

Awesome Lists containing this project

README

        

# React App Template

Template repo for react apps using redux-toolkit, css-modules and vite.

## Commands

- Setup
- Install local dependencies `npm i`
- Development / Build
- `npm start` - starts the development environment in development mode
- `npm run build` - builds and exports the application to the output folder in production mode
- Linters
- `npm run lint` - Run all linters
- `npm run lint:code` - lints TS files, supports ` -- --fix` suffix for auto-fixing
- `npm run lint:typescript` - run type checking
- `npm run lint:style` - lints SCSS files, supports ` -- --fix` suffix for auto-fixing
- `npm run format` - lints all files (formatting only), supports ` -- --write` suffix for auto-fixing
- Other
- `npm run todo` - list all TODO's and FIXME's
- `npm run clean` - clean temporary and dependency folders