----------------------------------- Development Enviornment Setup ----------------------------------- 1. Install nodejs. https://nodejs.org/en/ 2. Run following commands npm install -g @angular/cli npm install --save --legacy-peer-deps npm install ----------------------------------- Development Running ----------------------------------- ng serve ----------------------------------- Production Build ----------------------------------- ng build ng build --configuration=production --output-path=dist/production --base-href / ng build --configuration=production --output-path=dist/production --base-href /tollplaza-ng-app/dist/production/ ng build --configuration=staging --output-path=dist/staging --base-href /tollplaza-ng-app/dist/staging/ 1. Copy everything within the output folder (dist/project-name/ by default) to a folder on the server. 2. Configure the server to redirect requests for missing files to index.html. ng generate component --skip-import _components\businessUserSignUp npm i -g npm-check-updates ncu -u npm install ng build --aot