- Install NVM
- Install Node.js 4+
- Install NPM dependencies
- Start a webserver
nvm install 4 ; nvm alias default 4 # One-time thing to get the right Node.
cd path/to/project
npm install # The tests should pass, and the command shouldn't fail.
npm start # The server will come up on localhost:8080, and print a banner.