==================== with reactjs from Jack Franlin https://youtu.be/NpMnRifyGyw
npm init
npm install jspm -g
npm install serve -g
npm install html-dist --save-dev
npm install uglifyjs --save-dev
jspm init #select babel
jspm install fetch=npm:whatwg-fetch --save
jspm install react --save
serve