github 에서 ionic sample project 를 다운받아서 실행시켜보기
ionic framework 를 처음 접한 후로, Hello World 수준으로 테스트를 해봤었는데, 이번에는 GitHub 에 등록되어 있는 starter project 중에서 하나를 테스트 삼아서 실행시켜보기로 했습니다.
먼저, GitHub 에서 ionic project 로 검색한 후에, 있어보이는 프로젝트 하나를 임의로 선정해 봤습니다
https://github.com/loicknuchel/ionic-starter
아래의 순서대로 실행하면 된다고 했는데,
- install nodejs, npm, gulp, bower, cordova, ionic & sass (if not already done)
git clone git@github.com:loicknuchel/ionic-starter.git
: clone this repocd ionic-starter
: go to folderbower install
: install app dependenciesnpm install
: install build dependenciesionic setup sass
: use sassionic serve
: start the app on your browser
실행 첫 줄에서 부터 문제가 발생하네요... 흑흑...
우선, nodejs, npm, bower, cordova, ionic 은 설치를 한게 확실한데, gulp / sass 는 처음보는 모듈인데, 뭔지는 잘 모르지만, 일단 다음줄을 실행해 봅니다.
git clone git@github.com:loicknuchel/ionic-starter.git
nodejie commandline prompt 에서실행했더니, 아래와 같은 Error Message 가 보입니다.
C:\Users\newhwang\ionic-starter>git clone git@github.com:loicknuchel/ionic-starter.git
Cloning into 'ionic-starter'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
- install nodejs, npm, gulp, bower, cordova, ionic & sass (if not already done)
git clone git@github.com:loicknuchel/ionic-starter.git
: clone this repocd ionic-starter
: go to folderbower install
: install app dependenciesnpm install
: install build dependenciesionic setup sass
: use sassionic serve
: start the app on your browser
로그인을 하라고 나오길래, 과감하게 콜사인을 Bigboss 로 했지말입니다 ㅎㅎ 비번까지 입력하고 로그인버튼을 클릭하니까 Timeline 이 표시가 됩니다. 아마도 Twitter 형식의 SNS 프로그램인 듯 합니다.