Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 574 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 574 Bytes

bogdanbrudiu/vagrant-nodejs

This repository allows you to setup an NodeJS env using vagrant for development and testing.

Requirements

Installation

git clone --recursive https://github.com/bogdanbrudiu/vagrant-nodejs.git
cd vagrant-nodejs
vagrant up
vagrant ssh
cd /vagrant/app
npm install
npm start

Open your browser to 127.0.0.1:3000 and go through your NodeJS app wizard.

Configuration

This setup will install bower, gulp & mongodb.