0.8.14 • Published 7 years ago

meta4mvp v0.8.14

Weekly downloads
2
License
-
Repository
github
Last release
7 years ago

Getting Started

meta4 MVP is self-contained runtime for rapidly prototyping web applications.

Let's build a simple demo in a few seconds ...

1) To install 'meta4mvp' from NPM, type:

$ npm install meta4mvp -g

2) To initialize a new MVP project, type:

$ mkdir my_mvp

$ cd my_mvp

$ git init

$ npm init

$ meta4mvp --initialize

3) To build your skeleton MVP, type:

$ meta4mvp

** meta4mvp is reading your ./build directory to find out what to build

4) 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.

5) Browse the demo at:

http://localhost:8090/

6) Read the documentation.

0.8.14

7 years ago

0.8.13

7 years ago

0.8.12

7 years ago

0.8.11

7 years ago

0.8.10

7 years ago

0.8.9

7 years ago

0.8.7

7 years ago

0.8.6

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago