0.0.1 • Published 8 years ago

weibo-react-app v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

weibo-react-app

This is a simple template for building Weibo React app.

How to use it ?

1.Clone the repo:

git clone https://github.com/jingwang88/weibo-react-app.git new-project

2.Install the dependencies

cd new-project 
npm install 或者 cnpm install

3.Start your webpack

npm build

4.Develop project

Add your code to component and open index.html

License

MIT(http://www.opensource.org/licenses/mit-license.php)