https://github.com/vbauerster/react-playground
ES6 enabled react playground
https://github.com/vbauerster/react-playground
Last synced: 23 days ago
JSON representation
ES6 enabled react playground
- Host: GitHub
- URL: https://github.com/vbauerster/react-playground
- Owner: vbauerster
- Created: 2015-07-20T11:25:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T07:37:52.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T21:15:59.634Z (over 1 year ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React playground quick start
#### Install NPM packages
`npm install`
#### Install JSPM packages
`jspm install`
#### HTTP [serve](http://localhost:3000) with browser-sync
`npm run serveit`
#### Build as a single js file to [dist](http://localhost:3000/dist)
`npm run bundle`
`npm run htmldist`