/nodejs-devbox

Vagrant nodejs devbox

Primary LanguageJavaScript

Nodejs devbox

Basic Ubuntu Trusty Tahr box with nodejs.

Requirements

Installation

$ git clone https://github.com/aterrien/nodejs-devbox.git
$ cd nodejs-devbox
$ vagrant up

Once the VM is booted you can log via SSH

$ vagrant ssh

Start a default server

$ node /vagrant/opt/hello/server.js