Angular Setup & Execution - RandyDaddis/nested-CSS-Grid-and-Flexbox-Playground GitHub Wiki

  1. Install Node.js https://nodejs.org/en/

  2. Install Node Package Manager (NPM):

    npm install -g npm

  3. Install Angular CLI https://cli.angular.io/

    npm install -g @angular/cli

    npm cache verify

  4. Create Angular Application

    ng new spa --routing

  5. Start Angular Application

    ng serve

  6. Browser

    localhost:4200