https://github.com/mannuelf/es6-reactjs
https://github.com/mannuelf/es6-reactjs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannuelf/es6-reactjs
- Owner: mannuelf
- Created: 2016-03-11T22:25:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T21:42:10.000Z (almost 10 years ago)
- Last Synced: 2025-06-08T05:09:40.266Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Play around with ReactJs and ES6
### Install Babel, webpack & webpack-dev-server
$ npm install babel webpack webpack-dev-server -g
### Install dependencies
$ npm install
### Run webpack dev server
$ npm start