Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abelflopes/react-app-template
- Owner: abelflopes
- Created: 2023-07-21T12:29:15.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T00:45:54.000Z (9 months ago)
- Last Synced: 2024-04-12T07:16:48.696Z (9 months ago)
- Topics: boilerplate, boilerplate-front-end, boilerplate-template, react, redux, redux-toolkit, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 815 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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