diff --git a/learning/dashboard/readme.md b/learning/dashboard/readme.md index d28992e9..73420775 100644 --- a/learning/dashboard/readme.md +++ b/learning/dashboard/readme.md @@ -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).