https://github.com/binaryify/reactanimation-demo
reactAnimation-demo
https://github.com/binaryify/reactanimation-demo
Last synced: 6 days ago
JSON representation
reactAnimation-demo
- Host: GitHub
- URL: https://github.com/binaryify/reactanimation-demo
- Owner: Binaryify
- Created: 2015-12-03T12:28:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T12:36:27.000Z (over 10 years ago)
- Last Synced: 2025-01-01T22:09:29.631Z (over 1 year ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
This is a demo for react-addons-css-transition-group ;
#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/react-webpack-ES6-demo.git
$ npm install
$ npm start
```
You should see a new browser tap opening and a demo in http://127.0.0.1:8080.