Skip to content

Put the useful information about angular setup and build process here please

clockworkbanana edited this page Apr 3, 2020 · 5 revisions

Setting up the local environment and workspace

1. Set up Node.js and Angular CLI.

  1. Visit Setting up the local environment and workspace at angular.io
  2. Perform actions described in prerequisites
  3. Perform Step 1: Install the Angular CLI of manual

2. Start the page locally

  1. Checkout [test-site project|https://github.com/jdi-testing/test-site] from GitHub

  2. Move to angular-site folder and execute following commands:

    $ npm install

    ng serve --open

The above should result in opening the angular page in a separate browser window.


Creation of this page is in progress...

Clone this wiki locally