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
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