Name: Lei Lu
Email: lulei@usc.edu
git clone https://github.com/dlwsdqdws/REACT-APP.git
cd REACT_APP
npm run start
│ App.js
│ index.js
│ style.js
├─store
| index.js
| reducer.js
|
├─common
│ |-header
│ │ index.js
│ │ style.js
│ │
│ └─stroe
│ actionCreators.js
│ constants.js
│ index.js
│ reducer.js
│
│
├─pages
│ │
│ ├─home
│ │ │ index.js
│ │ │ style.js
│ │ │
│ │ ├─components
│ │ │ List.js
│ │ │ Recommed.js
│ │ │ Topic.js
│ │ │ Writer.js
│ │ │
│ │ └─store
│ │ actionCreators.js
│ │ constains.js
│ │ index.js
│ │ reducer.js
│ │
│ ├─detail
│ │ │ index.js
│ │ │ loadable.js
│ │ │ style.js
│ │ │
│ │ └─store
│ │ actionCreators.js
│ │ constains.js
│ │ index.js
│ │ reducer.js
│ │
│ ├─login
│ │ │ index.js
│ │ │ style.js
│ │ │
│ │ └─store
│ │ actionCreators.js
│ │ constains.js
│ │ index.js
│ │ reducer.js
│ │
│ └─write
│ index.js
│
└─statics
│ logo.png
│
└─iconfont