meta4mvp
v0.8.14
Published
Rapid MVP prototyping for SPAs and APIs
Downloads
2
Readme
Getting Started
meta4 MVP is self-contained runtime for rapidly prototyping web applications.
Let's build a simple demo in a few seconds ...
To install 'meta4mvp' from NPM, type:
$ npm install meta4mvp -g
To initialize a new MVP project, type:
$ mkdir my_mvp
$ cd my_mvp
$ git init
$ npm init
$ meta4mvp --initialize
To build your skeleton MVP, type:
$ meta4mvp
** meta4mvp is reading your ./build directory to find out what to build
To start your engines, type:
$ meta4
** meta4 is reading meta4.json and ./src/ to boot your MVP
Your MVP should start-up and announce that it's listening on port 8090.
Browse the demo at:
http://localhost:8090/
Read the documentation.