Skip to content

mickfarrow/Beginning-Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginning-Angular

Getting Started

  1. Download and install latest version of nodejs
  2. Download VSCode from here
  3. Open VS Code and navigate to a new folder on your machine
  4. Open the Terminal window and type in: > npm install -g @angular/cli@latest
  5. Type in: > ng new Demo1
  6. Answer yes to configure routing, and then select your css precompiler
  7. Sit back and watch as the cli builds your app
  8. Type in: > cd src/app
  9. Type in: > ng serve -o
  10. The app should now run up in your browser