Wednesday, 15 August 2018

Angular 4 CLI - NodeJs , NPM

IDE - Atom - need to try webstorm

Angular CLI

1) Download and install Node Server , it installs npm for you.

2) NPM and Node version check.

3) npm install -g @angular/Cli

4) Create your App with the command.  (Creates the Entire Structure )
     ng new MyApp

5)  ng serve

APP is now running on http://localhost:4200/

Next Items :- Components and Routers -- Coming Soon

6) Create a build :- ng build --prod  - creates a build folder called dist - this can be used for future deployment process

No comments:

Post a Comment

AWS Certificate Manager - Import Certificate

How to import a certificate. Use Key Store Explorer to open the cert and export keypair in PEM format  This will save a file cert.pem. Make ...