An open API service indexing awesome lists of open source software.

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

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`