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