Skip to content

bogdanbrudiu/vagrant-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

NodeJS Vagrant setup for development/testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published