본문 바로가기

IT/frameworks

node.js 부트스트랩 활성화

작업순서

1. 노드Js 설치

2. bootstrap 패키지 다운로드 압축해제

3. CMD 창 활성화

4.  npm install (node_modules 폴더 생성)

5. npm install 오류 발생 시 npm init 후 처리

6. npm install bootstrap(별도 패키지 추가)

7. npm install -g grunt-cli (그런트추가 grunt-cli 전역으로 처리하기 옵션)

8. npm start

9. http://localhost:9001/

--------------------

기본 프로젝트 생성

express --view=pug myapp