momentumjs

v0.1.16
isomorph webframework
isomorph framework

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

  1. Define a Component
  2. Define a Model

Documentation

  • Components
  • Models
  • Stores
  • Production Mode
  • Custom Index File
npm i momentumjs

Metadata

  • MIT
  • Whatever
  • Sebastian Otto
  • released 9/20/2015

Downloads