File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -937,3 +937,13 @@ export class DepartmentDetailsComponent implements OnInit {
937
937
<figcaption> Image - Output - Optional Route Parameter Show Selected Department highlighted</figcaption>
938
938
</figure >
939
939
</p >
940
+
941
+ Working with existing/cloned/copied Angular App
942
+ ---------------------
943
+ - Clone or Download the project/app from Github or any other sources
944
+ - If using Visual Studio Code / Insiders, open Command panel/terminal from menu: View -> Terminal (shortcut key is ` CTRL + BackTick ` OR ` COMMAND + J ` )
945
+ - Go inside the project/app directory, command: ` cd _examples-angular6-2-routing OR cd appName `
946
+ - Run command: ` npm install ` to install project/app dependencies ` (node_modules) `
947
+ - To Build and run Angular App, command: ` ng serve / npm start ` OR ` ng serve -o ` OR ` ng serve --open `
948
+ - To change port from 4200 to other port - type command: ` ng serve --port 5000 `
949
+ - To check the application in browser type path/url: ` localhost:4200 / 5000 `
You can’t perform that action at this time.
0 commit comments