node.js - sinsunsan/archiref_wiki GitHub Wiki

Install and unistall node and its modules

On mac

It's better to install node with home brew

Node.js

$ echo export NODE_ENV=production >> ~/.bash_profile
$ source ~/.bash_profile
  • Start Forever in prod mode
    NODE_ENV=production forever start app.js

  • Start a server with grunt in a given environment
    NODE_ENV=development grunt

⚠️ **GitHub.com Fallback** ⚠️