http://starclusters.tistory.com/58 이클립스를 거치지 않는 폰갭의 사용방법 node.js설치->다운로드 완료 후 cmd창 열고 npm -version입력하면 버전이 보임->npm -install -g phonegap->npm install -g cordova-> 완료 cd/ (프로젝트 생성위치로 이동)-> md projects (projects = 저장 폴더명)-> phonegap create hello_world (hello_world 라는 폰갭 프로젝트 생성) ----------------------------------------------------------------------------------- http://starclusters.tistory.com/7 이클립..