This repo is deprecated-other bundlers have won the bundler wars-namely webpack or parcel. Use them instead.
lightweight React.js boilerplate with JSPM and hot reloading modules
master branch has JSPM 0.16, for 0.17 use branch jspm-0.17. JSPM 0.17 is still beta, I would advise against using JSPM 0.17 for production deployments for now.
git clone git@github.com:capaj/jspm-react.git
npm i
npm start
npm start #starts webserver and watcher, the http port is 9080
npm build #build your bundle, use purely for production
npm test #runs mocha/chai/jsdom tests in node.js
Make your own style pipeline, this boilerplate doesn't offer one. Me personally, I am fine with inline styles inside my react components most of the time, but that is just me.