Installation
Momentumjs requires nodejs or iojs to be installed. We currently support only rethinkdb as database, that will change in the future. To successfully install momentumjs follow the steps:
$ npm install momentumjs --saveadd the momentumjs executable to your package.json scripts field like so:
{
"scripts": {
"momentumjs": "momentumjs"
}
}
than run:
$ npm run momentumjs runmomentum-todomvc
famous todomvc as momentum appInstallation
$ git clone https://github.com/wemakeweb/momentum-todomvc.git
$ npm install
$ npm install babel -g
$ npm run jspm install
$ npm run momentumjs run