node와 npm이 깔려 있어야 한다.
node를 깔고, npm도 깐 다음 에는 bower를 깔아야 한다.
bower가 없다면
npm install -g bower
bower 를 설치했다면
프로젝트 디렉토리에 들어간 다음
bower install
npm install
이제 서버를 켤 차례
node server
http://localhost:5000/index.html 을 열고 잘 되는지 확인한다.
node와 npm이 깔려 있어야 한다.
node를 깔고, npm도 깐 다음 에는 bower를 깔아야 한다.
bower가 없다면
npm install -g bower
bower 를 설치했다면
프로젝트 디렉토리에 들어간 다음
bower install
npm install
이제 서버를 켤 차례
node server
http://localhost:5000/index.html 을 열고 잘 되는지 확인한다.