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

https://github.com/joshthecoder/jspm_browser_sync_demo


https://github.com/joshthecoder/jspm_browser_sync_demo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

JSPM + BrowserSync Demo
=======================
A simple React app demo built using [jspm.io](http://jspm.io/) for package management and [BrowserSync](http://browsersync.io) for syncing browsers during development (watch, reload, sync interactions, and more!).

Running it
----------
First install dependencies...

npm install

and then run it!

npm start