[Nodeclipse] Eclipsed에서 Node.js 개발하기
1. PlugIn Install
- Help -> Eclipse Marketplace -> Node Search

- Nodeclipse 설치
2. Setting
1) 창 활성화
- Window -> Perspective -> Open Perspective -> Other -> Node Select

2) Project 생성
- File -> New -> Node.js Express Project Select

3) npm install
- package.json file click(right) -> Run As -> nom install

4) app.js run
- Run As -> Node.js Application
- Browser -> http://localhost:3000 입력
