Slim React boilerplate using...
- jspm (using Babel w/stage0 support)
- live-server (live reload)
- eslint
git clone https://github.com/andrewdamelio/jspm-react-boilerplate
cd jspm-react-boilerplate
npm install
jspm install
// eslint
npm run lint
// dev
npm run dev
// build
npm run build