Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 379 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 379 Bytes

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