nodejs-101

Nodejs 101

node project 여는 법

  1. 해당 폴더로 이동

  2. npm init

  3. npm install <package>

  4. .gitignore 파일로 ./node_modules git 화 되지 않게 만들기.

export and import -nodejs [1]

References

[1] Export and Import - javascript info

Last updated