Skip to content

Commit dbfa1a2

Browse files
authored
Added some details in read me file
1 parent ea79939 commit dbfa1a2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@ git clone https://github.com/SyncfusionExamples/create-an-angular-dropdown-list-
2323

2424
cd dropdownlist-example
2525

26+
# Installing
27+
28+
Once done with downloading, next you need to install the necessary packages required to run this application locally. The npm install command will install all the needed angular packages into your current project and to do so, run the below command.
29+
30+
npm install
31+
32+
# Running on development server
33+
34+
Run ng serve command for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
35+
36+
# Further help
37+
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
38+

0 commit comments

Comments
 (0)