Angular-CLI Scaffolding
?
R
BashSimple scaffolding recipe with angular2-cli
1ng new PROJECT_NAME
2cd PROJECT_NAME
3npm install
4ng serve --host 0.0.0.0 --port 4201Created on 6/11/2017
Simple scaffolding recipe with angular2-cli
1ng new PROJECT_NAME
2cd PROJECT_NAME
3npm install
4ng serve --host 0.0.0.0 --port 4201Created on 6/11/2017