[Nodeclipse] Eclipsed에서 Node.js 개발하기

1. PlugIn Install

  • Help -> Eclipse Marketplace -> Node Search

image

  • Nodeclipse 설치

2. Setting

1) 창 활성화

  • Window -> Perspective -> Open Perspective -> Other -> Node Select

image

2) Project 생성

  • File -> New -> Node.js Express Project Select

image image

3) npm install

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

image

4) app.js run

  • Run As -> Node.js Application
  • Browser -> http://localhost:3000 입력

image


Related Posts