@qte/cra-template
v1.2.1
Published
A cra-template with react-redux, routing, config, and more!
Downloads
8
Readme
@qte/cra-template
A custom create-react-app template with sensible default code already done for you!
The project contains the following
- Typescript
- Redux and react-redux
- React-router
- A config module with support for multiple environments
- Eslint & Prettier
- Testing with jest
- Github workflows
Installation
When creating a new react-project, run the following command:
yarn create react-app my-app --template @qte