- 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:prod
Go to: http://localhost:8080
# start server and watching the code changes
npm start
# or
npm run server:dev
Go to: http://localhost:3000
# run unit tests ( Chrome browser is required )
npm test
Working application
After workshop. Survey
After workshop. Links to docs and comments