First you have to install Node js NPM pkg manager
To check if NPM is install in your system run command
npm -v
now install angular cli
run command npm
install -g @angular/cli
Then Create a workspace and initial application
run command
ng new template
(template is the name of your angular project you can have whatever you want)
wait for the installation of npm packages downloading
that's it
run the application by using command
cd template
ng serve --open
-
Notifications
You must be signed in to change notification settings - Fork 0
bilalyasin1616/angular-app-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published