https://github.com/binaryify/reactappdemo
this is a reactAppDemo
https://github.com/binaryify/reactappdemo
Last synced: about 1 year ago
JSON representation
this is a reactAppDemo
- Host: GitHub
- URL: https://github.com/binaryify/reactappdemo
- Owner: Binaryify
- Created: 2015-12-11T02:52:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T15:20:23.000Z (over 10 years ago)
- Last Synced: 2024-11-08T19:17:07.290Z (over 1 year ago)
- Language: JavaScript
- Size: 2.91 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reactAppDemo
this is a reactAppDemo
Features
* Equip with React 0.14, ES6 & Babel 6
* Lint with ESlint and Airbnb's .eslintrc
* Build with Webpack
* Support hot module replacement
* Auto Open a new browser tab when Webpack loads, and reload the page when you modified the code
* Support git pre-commit hook used to lint and test your code

#start
```
$ git clone git@github.com:zhuangtongfa/reactAppDemo.git
$ npm install
$ npm start
```
You should see a new browser tap opening and a demo in http://127.0.0.1:8080.