Setup Angular 2 Environment in a NEW Computer

  1. Video tutorial: https://www.youtube.com/watch?v=H9iK2Eib85E
  2. Check which version of OS you have by start–>run–>msinfo32
  3. 12
  4. Download & install 64 bit Node from https://nodejs.org/en/download/
  5. after install, check it using cmd as administrator by running it: node -v
  6. You have to have VS 2015 update 3 (Minimum)
  7. VS 2015–>Tools Option–>organize the options like here:
  8. 3.PNG
  9. Install TypeScript for Visual Studio 2015 (Latest version) from https://www.microsoft.com/en-us/download/details.aspx?id=48593.
  10. Install Angular CLI by typing in cmd: npm install -g @angular/cli
  11. Download VS Code from https://code.visualstudio.com/download
  12. Create New Project using CMD: ng new TestProject1 –skip-tests true
  13. Once creating complete, Change Directory : cd C:\app\Angular
  14.  When you are inside the project folder: open the project using VS Code:

 

One comment on “Setup Angular 2 Environment in a NEW Computer

  1. Pingback: 3 layer architecture of Angular Project | Monir's Blog

Leave a comment