EatElephant / bodykit-examples

Example apps and scripts for BodyKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BodyKit Examples

Several BodyKit API examples (We are in beta!)

Build

Prerequisites

  • git
  • node: v0.10.0+.
  • nvm : optional, recommended
  • npm: 2.1.x
  • grunt
  • grunt-cli

Once you have cloned the repository, run the following to install dependencies and build the demo:

npm install
grunt build

You should now have a build/ directory with the built examples. Open index.html to try it out.

Online Demo

We also host the measurement app demo online and you can try it out here

Contribute

  • Issue Tracker: github.com/bodylabs/bodykit-examples/issues
  • Source Code: github.com/bodylabs/bodykit-examples

The author is newbie in react and js. Pull requests welcome!

Developer notes

The rake folder and Rakefile hook into some internal tools. External adopters should ignore them.

License

The project is licensed under the two-clause BSD license.

About

Example apps and scripts for BodyKit

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 54.7%Language:Ruby 45.3%