PolyLists is a real-time collaborative list tool built with Polymer.
MongoDB is required for list storage. See How to install and How to run for more info.
NPM:
Bower:
Download and install MongoDB, a manual is available here.
To install the NPM dependencies, open a terminal and execute the following command :
npm install
To install the Bower dependencies, install bower with npm install -g bower and then run:
bower install
Execute this command to run MongoDB:
mongod --dbpath [path-to-database]
Create a database in MongoDB with the follwing command in the MongoDB client:
use PolyLists
Execute this command to start the application:
node app.js
Check out a live demo here!