A barebones Node.js app using Express 4.
Make sure you have Node.js installed.
$ git clone https://github.com/migetapp/node-js-hello-world.git # or clone your own fork
$ cd node-js-hello-world
$ npm install
$ npm startYour app should now be running on localhost:5000.