Home > spine.mobile.workout

spine.mobile.workout

Spine.mobile.workout is a project mainly written in CoffeeScript, it's free.

Spine Mobile Workouts Example

Spine Mobile Workout

Simple example application for Spine Mobile, allowing users to create and list workouts.

Usage

We need to install some npm modules, namely spine.app and hem. The former generates Spine apps, whilst the latter acts as a dependency manager. If you haven't got them installed already, you'll need to download Node and npm. Then run:

npm install -g hem spine.app

Now let's install the local npm dependencies, and start the Hem server.

cd spine.mobile.workout
npm install .
hem server
Previous:Misc_Utils