jspm-simple-start

1.0.2 • Public • Published

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

  1. mkdir ~/mySite && cd ~/mySite
  2. yarn install jspm-simple-start
  3. gulp production
  4. pico index.js
  5. var start = require('jspm-simple-start')();
  6. ctrl+x
  7. DEBUG=lodge:* node index.js

To Use

  1. git clone git@github.com:snowkeeper/jspm-simple-start.git mySite && cd mySite
  2. yarn install
  3. Build javascript
  • For Development
    • gulp
  • For Production
    • gulp production
  1. yarn run start

Readme

Keywords

none

Package Sidebar

Install

npm i jspm-simple-start

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • inquisive