윈도우 node-talk 앱 실행하기

윈도우 node-talk 앱 실행하기

1 사전작업[ | ]

2 git clone[ | ]

C:\Users\jmnote>mkdir \workspace

C:\Users\jmnote>cd \workspace

C:\workspace>git clone https://github.com/jmnote/node-talk.git
Cloning into 'node-talk'...
remote: Counting objects: 40, done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 40 (delta 14), reused 40 (delta 14), pack-reused 0
Unpacking objects: 100% (40/40), done.
C:\workspace>cd node-talk

C:\workspace\node-talk>dir
 C 드라이브의 볼륨: Primary
 볼륨 일련 번호: B8DF-02H4

 C:\workspace\node-talk 디렉터리

2016-10-18  오전 11:05    <DIR>          .
2016-10-18  오전 11:05    <DIR>          ..
2016-10-18  오전 11:05               615 .gitignore
2016-10-18  오전 11:05             1,084 LICENSE
2016-10-18  오전 11:05               169 manifest.yml
2016-10-18  오전 11:05               740 package.json
2016-10-18  오전 11:05    <DIR>          public
2016-10-18  오전 11:05                37 README.md
2016-10-18  오전 11:05               533 server.js
               6개 파일               3,178 바이트
               3개 디렉터리  26,765,754,368 바이트 남음

3 npm install[ | ]

C:\workspace\node-talk>npm install
express@3.4.8 node_modules\express
├── methods@0.1.0
├── debug@0.8.1
├── merge-descriptors@0.0.1
├── range-parser@0.0.4
├── cookie-signature@1.0.1
├── fresh@0.2.0
├── buffer-crc32@0.2.1
├── cookie@0.1.0
├── mkdirp@0.3.5
├── send@0.1.4 (mime@1.2.11)
├── commander@1.3.2 (keypress@0.1.0)
└── connect@2.12.0 (uid2@0.0.3, qs@0.6.6, pause@0.0.1, bytes@0.2.1, batch@0.5.0, raw-body@1.1.2, negotiator@0.3.0, multiparty@2.2.0)

socket.io@1.5.0 node_modules\socket.io
├── has-binary@0.1.7 (isarray@0.0.1)
├── debug@2.2.0 (ms@0.7.1)
├── socket.io-parser@2.2.6 (isarray@0.0.1, json3@3.3.2, component-emitter@1.1.2, benchmark@1.0.0)
├── socket.io-adapter@0.4.0 (socket.io-parser@2.2.2)
├── engine.io@1.7.0 (base64id@0.1.0, ws@1.1.1, engine.io-parser@1.3.0, accepts@1.3.3)
└── socket.io-client@1.5.0 (to-array@0.1.4, component-emitter@1.2.0, indexof@0.0.1, component-bind@1.0.0, backo2@1.0.2, object-component@0.0.3, parseuri@0.0.4, engine.io-client@1.7.0)

4 npm start[ | ]

C:\workspace\node-talk>npm start

> node-talk@1.0.0 start C:\workspace\node-talk
> node server.js

listening on *:3000
http://localhost:3000 접속하여 확인

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}