Skip to content

wemakeweb/momentum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

momentum

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"
  	}
}
$ npm run momentumjs run

Example Project

git clone https://github.com/wemakeweb/momentum-todomvc.git
npm install 
npm install babel -g
npm run jspm install
npm run momentumjs run

About

a isomorph JavaScript Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published