1.0.7 • Published 6 years ago
cra-template-hanlight v1.0.7
cra-template-hanlight
Template for Hanlight version 2.
Modules
- default CRA Typescript modules
- redux
- redux-saga
- redux-toolkit
- axios
- moment
- query-string
- polyfill
- react-router-dom
- styled-components
Config
- ESLint with airbnb rule and Typescript
- Prettier
Usage
To use this template, add --template hanlight
when creating a new app.
For example:
npx create-react-app my-app --template hanlight
# or
yarn create react-app my-app --template hanlight