Building with AngularJS, JSPM, Babel, Gulp with ES6
FInd tutorial here: https://engineering.iconnect360.com/angularjs/
Open command prompt from project path
-
install global module: npm install jspm gulp -g
-
npm install
-
jspm install
-
launch the server: gulp
-
navigate to http://localhost:8080
Good to go