GitHub - olegp/notes: Common Node example using Stick and Mongo Sync

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jul 15, 2018. It is now read-only.

Notes

Notes is an example of a Common Node application using Stick and Mongo Sync.

To try it out, you will need to have Common Node installed globally (via npm install common-node -g) as well as MongoDB running on localhost.

Then, simply:

git clone git@github.com:olegp/notes.git
cd notes
npm install
common-node .

From the browser, navigate to http://localhost:8080/ to see the webapp in action.