Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 330 Bytes

JSPM + React + Electron Playground

JSPM + ES6 modules + babel + electron + iojs + react = :O

Simple playground project to test structured application with ES6 and electron by github.

How to test:

npm install -g jspm/jspm-cli -g
npm install
jspm install
npm start

Unit Testing

npm test