-
Notifications
You must be signed in to change notification settings - Fork 3
Angular setup and build process
clockworkbanana edited this page Apr 3, 2020
·
10 revisions
...Creation of this page is in progress...
- Visit Setting up the local environment and workspace at angular.io
- Perform actions described in prerequisites
- Perform Step 1: Install the Angular CLI of manual
_Please note that you might require administrator rights to perform the installation of Angular CLI. You might need _
- Checkout [test-site project|https://github.com/jdi-testing/test-site] from GitHub
- 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.
- Run
ng build --prod
Should place the built page into dist folder - to be continued...
Creation of this page is in progress...