https://github.com/joshthecoder/jspm_browser_sync_demo
https://github.com/joshthecoder/jspm_browser_sync_demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshthecoder/jspm_browser_sync_demo
- Owner: joshthecoder
- Created: 2015-03-26T05:27:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T05:43:48.000Z (about 11 years ago)
- Last Synced: 2025-06-06T00:07:07.396Z (about 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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