Saturday, February 14, 2015

learn node.js

http://nodeschool.io/#workshoppers

install globally:

npm -g install <>


export NODE_PATH='/usr/loca/lib/node_modules'


including other javascript files

module.exports = {
  foo: function () {
    // whatever
  },
  bar: function () {
    // whatever
  }
};

No comments:

Post a Comment