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: 4 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 (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-02T00:45:44.000Z (almost 2 years ago)
- Last Synced: 2025-09-23T03:40:52.791Z (9 months ago)
- Topics: boilerplate, boilerplate-front-end, boilerplate-template, react, redux, redux-toolkit, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 959 KB
- Stars: 2
- 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