This is a template for Create React App.
$ npx create-react-app my-app --template rack
Compared with create-react-app's official template cra-template
- sass
- axios
- router
- redux
- prettier
- lint
- mock
- test
- dockerFile
- stipulate directory
If you need typescript, you can go Cra-template-rack-typescript.
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.