티스토리 뷰

NodeJS

Node.js 설치 및 세팅 용어 정리

Grand_J 2019. 1. 31. 11:30
반응형

Node.js 설치 및 세팅 용어 정리


초기 

npm init


모듈 improt 

require  ex) const http = require('http')


실행

node app.js (서버 세팅이 되어있는 파일 로드)

npm start 경우 

packge.js

"scripts": {

    "start": "node app.js"

  },

이렇게 수정하면 됨











끘1234ㅅㅂ ㅎㄷㄷ

반응형