- git https://git-scm.com/download
- node 5.5.x https://nodejs.org/en/
- Your favourite dev framework (WebStorm, Eclipse)
# clone our repo
git clone https://github.com/staszekj/angular2-workshop-feb2016.git
# change directory to our repo
cd angular2-workshop-feb2016
# install the repo with npm
npm install# remove local changes
git reset --hard
# switch to branch
git checkout <master, stage1, stage2, etc># Prepare `dist` directory
npm run build# Prepare `dist` directory
npm run server:prodGo to: http://localhost:8080
# start server and watching the code changes
npm start
# or
npm run server:devGo to: http://localhost:3000
# run unit tests ( Chrome browser is required )
npm testWorking application
After workshop. Survey
After workshop. Links to docs and comments