Angular Setup & Execution - RandyDaddis/nested-CSS-Grid-and-Flexbox-Playground GitHub Wiki
-
Install Node.js https://nodejs.org/en/
-
Install Node Package Manager (NPM):
npm install -g npm
-
Install Angular CLI https://cli.angular.io/
npm install -g @angular/cli
npm cache verify
-
Create Angular Application
ng new spa --routing
-
Start Angular Application
ng serve
-
Browser
localhost:4200