https://github.com/poeticloud/cra-template-rack
基于create-react-app的一个模板包
https://github.com/poeticloud/cra-template-rack
cra-template react
Last synced: 3 months ago
JSON representation
基于create-react-app的一个模板包
- Host: GitHub
- URL: https://github.com/poeticloud/cra-template-rack
- Owner: poeticloud
- Created: 2020-12-15T11:40:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T10:50:43.000Z (about 4 years ago)
- Last Synced: 2024-10-29T22:33:59.278Z (8 months ago)
- Topics: cra-template, react
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# cra-template-rack
This is a template for [Create React App](https://github.com/facebook/create-react-app).
[](https://nodejs.org/en/)


## usage
```sh
$ npx create-react-app my-app --template rack
```
## Views



## Highlights
> Compared with create-react-app's official template cra-template
- sass
- axios
- router
- redux
- prettier
- lint
- mock
- test
- dockerFile
- stipulate directory
## Links
> If you need typescript, you can go [Cra-template-rack-typescript](https://www.npmjs.com/package/cra-template-rack-typescript).For more information, please refer to:
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.