momentumjs
v0.1.16
Published
isomorph webframework
Downloads
10
Readme
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"
}
}
than run:
$ momentumjs create
This will create a basic application skeleton to start your development. Then run the development server and your ready to go!
$ momentumjs run
Next Steps
- Define a Component
- Define a Model
Documentation
- Components
- Models
- Stores
- Production Mode
- Custom Index File