Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 417 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (10 loc) · 417 Bytes

node package를 설치한다.

$ npm install

bower package를 설치한다.

$ bower install

npm task - serve를 실행한다.(watchify와 polyserve를 병렬실행)

포트를 바꾸려면, -- -p 8081 식으로 추가해준다.

$ npm run serve $ npm run serve -- -p 8081

브라우저에서 확인한다.

http://localhost:8080/components/things-scene-slam/demo/index-marker.html