Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 486 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 486 Bytes

Angular workshop (22,27 March 2017) - Example source code

This source code required

  • Node.js (v 6.x or 7.x)

Steps

  1. Install Node.js
  2. Restore packages by typing command npm install from the root folder of the source code
  3. Install nodemon by typing command npm install -g nodemon
  4. Start simple http server by typing command npm start
  5. Start to edit source code by using your favorite editor such as Bracket, Visual Studio Code, Eclipse etc.

have fun !