An open API service indexing awesome lists of open source software.

https://github.com/wangdahoo/createmyapp-react-blank


https://github.com/wangdahoo/createmyapp-react-blank

Last synced: about 1 month ago
JSON representation

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
```