Written by
angular-style
on
on
angular 프로젝트 실행하기
angular 프로젝트 실행하기
1. node.js 설치하기 https://nodejs.org/en/ path 설정 잘되었는지 확인 꼭!
설치 확인 방법: test.js 파일 생성 후 console.log('hi'); 작성,
cmd로 해당 파일 경로에서 node test.js 실행하여 hi 출력되면 됨.
2. AngularCLI 설치하기 프로젝트 angular버전이랑 데탑 버전이랑 같아야 함!
npm install -g @angular/cli
npm install @angular/[email protected] --> 버전을 지정해서 설치할때
3. Ionic CLI 설치하기
npm install -g @ionic/cli
4. 프로젝트 설치
npm install
5. ionic serve
from http://bbo-ro-ryong.tistory.com/22 by ccl(A) rewrite - 2020-04-21 17:01:20