- Clone this repo on your local machine
- cd to the project directory
- run
npm install -gto install it in your system as a command line application
Now you can access it using following command on terminal:
mvpmvp initmvp git
To download a starter kit run in the terminal mvp init <starter-kit> <repo-name>
For example:
mvp init basic test_repo
This will download the basic starter kit from MVP-SPACE and label it test_repo
Available starter kits:
- basic (wip)
- apollo (wip)
- redux (wip)