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
- Host: GitHub
- URL: https://github.com/99x-incubator/vagrant-mean-stack
- Owner: 99x-incubator
- License: mit
- Created: 2018-04-25T12:36:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T12:40:57.000Z (about 8 years ago)
- Last Synced: 2025-01-14T02:36:16.921Z (over 1 year ago)
- Topics: development-environment, mean-stack, vagrant
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 99xt/MEANStack
[](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/)