Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 292 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 292 Bytes

Node Vagrant Box

Vagrantfile, Chef recipes, and express app template for a starting node development environment.

To Use:

  1. Clone repo and cd into directory
  2. vagrant up
  3. vagrant ssh
  4. cd app
  5. npm start

Clean-Up

  1. (From host machine) vagrant destroy