https://nodejs.org/en
- Install latest LTE
- Includes NPM (Node Package Manager)
npm install -g @angular/cli
- (Installs the CLI in the global NPM packages.)
ng new [project-name]
cd [project-name]
npm run start
- Click the link or navigate to
http://localhost:4200
- Angular listens to the file system for changes.