Skip to content

Commit 7f24353

Browse files
authored
section - working with existing/cloned app added
section - working with existing/cloned app added
1 parent 294a18c commit 7f24353

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -937,3 +937,13 @@ export class DepartmentDetailsComponent implements OnInit {
937937
<figcaption>&nbsp;&nbsp;&nbsp; Image - Output - Optional Route Parameter Show Selected Department highlighted</figcaption>
938938
</figure>
939939
</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`

0 commit comments

Comments
 (0)