This web app combines Vuex, Socket.io, Mongo, Koa.
$ npm install
$ npm start
Open up a few desktop browsers and a mobile browser and navigate to port 3000.
Add and remove items in one browser and watch the others update instantly!
Changes are saved to disk with Mongo.
TODO:
- Add CSS to make it more aesthetic.
- Add koa-passport support.