0.8.14 • Published 9 years ago

meta4mvp v0.8.14

Weekly downloads
2
License
-
Repository
github
Last release
9 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

9 years ago

0.8.13

9 years ago

0.8.12

9 years ago

0.8.11

9 years ago

0.8.10

9 years ago

0.8.9

9 years ago

0.8.7

10 years ago

0.8.6

10 years ago

0.8.5

10 years ago

0.8.4

10 years ago

0.8.3

10 years ago

0.8.2

10 years ago

0.8.1

10 years ago

0.8.0

10 years ago