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 --save
add the momentumjs executable to your package.json
scripts field like so:
{
"scripts": {
"momentumjs": "momentumjs"
}
}
than run:
$ npm run momentumjs run
momentum-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