Skip to content

reneszabo/angular2-examples

Repository files navigation

Tutorial

step 1

install angular cli globally

npm -g install @angular/cli

step 2

check ng is install in your terminal

ng -v 

step 3

create a new project

ng new AppName --routing --style=scss --skip-git --skip-tests

step 4

move into the project

cd AppName

step 5

run the project

ng serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published