@wmslei78/cra-template-mixed
v1.1.1
Published
The mixed template for Create React App.
Downloads
3
Maintainers
Readme
cra-template-mixed
typescript
react-router-dom
react-redux
@reduxjs/toolkit
axios
lodash
sass
To use this template, add --template @wmslei78/mixed
when creating a new app.
For example:
npx create-react-app my-app --template @wmslei78/mixed
# or
yarn create react-app my-app --template @wmslei78/mixed
* Then, for support husky
lint-staged
prettier
run firstly:
npx husky install
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.