An app that saves and retrieves records from pouchdb.
-
nodejs https://nodejs.org/
-
Install grunt by typing npm install grunt.
-
Install grunt client interface globally, npm install -g grunt-cli
-
Install bower globally too, npm install -g bower
-
From the project directory, run npm install and bower install to install all the project dependencies.
-
Then, run grunt test to run the unit test.
-
Also from the project directory, run npm install and bower install to install all the project dependencies, if you have not done so before.
-
Then run grunt serve.
-
Type http://localhost:3000 into your browser address bar.