0.11.0 • Published 10 years ago

couchapp v0.11.0

Weekly downloads
424
License
-
Repository
-
Last release
10 years ago

Installation

Install node.

Install npm.

app.js example:

Local development server example.

Start the server:

couchapp serve app.js http://localhost:5984/example_db -p 3000 -l -d attachments

Now you can access your couchapp at http://localhost:3000/ . Code, hack and when you are happy with the result simply do:

couchapp push app.js http://localhost:5984/example_db