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

https://github.com/99x-incubator/vagrant-mean-stack

Custom Vagrant Box for MEAN Stack
https://github.com/99x-incubator/vagrant-mean-stack

development-environment mean-stack vagrant

Last synced: 7 days ago
JSON representation

Custom Vagrant Box for MEAN Stack

Awesome Lists containing this project

README

          

# 99xt/MEANStack

[![license](https://img.shields.io/github/license/99xt-incubator/vagrant-MEANStack.svg)](https://github.com/99xt-incubator/vagrant-MEANStack/blob/master/LICENSE)

99xt/MEANStack is pre-packaged Vargrant box that provides you a solid development envirement for your MEAN-based apps without installing all those software packages, tools and a web server on your local machine. This intends to provide clean and synced development envirement between each team memebers and also between multiple computers when you work on the same project.

If something goes wrong, you can simply destroy and re-create it.

## Usage

```
mkdir
cd
vagrant init 99xt/MEANStack
vagrant up --provider virtualbox
```

See the Vagrant Docs [here](https://www.vagrantup.com/docs/)