This is the updated source code from meteor's todos example. It was worked out as a showcase to check out how to use bootstrap3 for frontend elements instead of old-style web layout.
Please checkout also smaller displays like phones and tablets for minimized menu layout.
This app was done on meteor 0.8.1.3
You will find the live demonstration of this at
- node.js
- npm
- mongodb
$ curl https://install.meteor.com | /bin/sh
$ sudo npm install -g meteorite
It is preferred to install this as a global npm package
$ git clone https://github.com/4commerce-technologies-AG/meteor-example-todos-with-bootstrap3.git todos
$ cd todos
$ mrt