momentumjs

0.1.16 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i momentumjs

Weekly Downloads

11

Version

0.1.16

License

MIT

Last publish

Collaborators

  • heythere
  • sebastianotto