https://github.com/wangdahoo/createmyapp-react-blank
https://github.com/wangdahoo/createmyapp-react-blank
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wangdahoo/createmyapp-react-blank
- Owner: wangdahoo
- Created: 2018-03-26T08:07:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T10:03:08.000Z (about 8 years ago)
- Last Synced: 2025-09-04T02:49:27.369Z (9 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# createmyapp-react-blank
> react app skeleton based on create-react-app
### Feature
* Based on create-react-app & react-app-rewire
* React-Router
* Redux & Redux Persist
* Ant Design
### Quick Start
```bash
$ yarn i -g create-my-app
$ create-my-app init react-blank
$ cd
$ yarn
$ yarn start
```