Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShambhaviVijay authored Mar 22, 2023
1 parent 34f6c85 commit aabecdf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions learning/dashboard/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
**To install Angular using CLI write this line on your terminal**,
To install Angular using CLI write this line on your terminal,
npm install -g @angular/cli

**To create workspace named my-app** ,
To create workspace named my-app,
ng new my-app

**To run the application enter the following lines on your terminal**,
To run the application enter the following lines on your terminal,
cd my-app
ng serve --open

After this the Angular application will be launched on your browser at **localhost:4200 **(default port for Angular based apps).
After this the Angular application will be launched on your browser at localhost:4200,
(default port for Angular based apps).

0 comments on commit aabecdf

Please sign in to comment.