Angular workshop (22,27 March 2017) - Example source code This source code required Node.js (v 6.x or 7.x) Steps Install Node.js Restore packages by typing command npm install from the root folder of the source code Install nodemon by typing command npm install -g nodemon Start simple http server by typing command npm start Start to edit source code by using your favorite editor such as Bracket, Visual Studio Code, Eclipse etc. have fun !