728x90
1. Create Angular Project
*[my-first-project] 은 사용자 정의 프로젝트명이 들어갑니다.
$ ng new [my-first-project]
$ cd [my-first-project]
2. Builds and serves your app, rebuilding on file changes
앱을 빌드합니다.
$ ng serve
3. localhost:4200
Web browser에서 빌드된 프로젝트의 첫 화면을 접속합니다.
ng serve 참고 사이트(EN) : https://angular.io/cli/serve
728x90
'Study Note > Angular' 카테고리의 다른 글
Angular #Lifecycle sequence (0) | 2019.10.31 |
---|---|
Angular #jqxRadioButton [groupName] is not working (0) | 2019.10.22 |
Angular #자주 쓰이는 다섯 syntax (0) | 2019.09.12 |
Angular #Angular, AngularJS 차이점 (1) | 2019.09.12 |
Angular #Angular CLI 설치 (0) | 2019.09.10 |
댓글