jspm-simple-start
v1.0.2
Published
systemjs, reactjs, hot reload starter pack
Downloads
5
Readme
jspm-simple-start
Foundation for a SPA application with SystemJS
- JSPM
- React
- server rendering
- hot reload in dev mode
- material-ui
- Events, Socket.io and fetch for data exchange
To Sample
- mkdir ~/mySite && cd ~/mySite
- yarn install jspm-simple-start
- gulp production
- pico index.js
- var start = require('jspm-simple-start')();
- ctrl+x
- DEBUG=lodge:* node index.js
To Use
- git clone [email protected]:snowkeeper/jspm-simple-start.git mySite && cd mySite
- yarn install
- Build javascript
- For Development
- gulp
- For Production
- gulp production
- yarn run start