Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merlinstardust/betamore-node-vm

Vagrant virtual machine for Betamore Full Stack course
https://github.com/merlinstardust/betamore-node-vm

Last synced: 15 days ago
JSON representation

Vagrant virtual machine for Betamore Full Stack course

Awesome Lists containing this project

README

        

## Installation
1. `mkdir betamore`
1. `cd betamore`
1. `git clone https://github.com/merlinpatt/betamore-node-vm.git`
1. `cd betamore-node-vm`
1. [Install vagrant](https://www.vagrantup.com/downloads.html)
1. `vagrant up`

## Use
1. `vagrant ssh`
1. `cd /betamore`
1. `cd` into the project you'll be coding on
1. `npm install`
1. Code on your host machine
1. Commit on your host machine or on the vm