Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

trabian/titanium-backbone-ks

Repository files navigation

Kitchen Sink for titanium-backbone

I won't lie to you. There's not much to see yet. This is still VERY early.

If you run this app from within titanium-backbone, though, you'll currently see this:

Sample App

Not bad considering how little code is required to create it!

Installation

Install Titanium SDK

Visit the Titanium download page and follow the instructions from there to download Titanium Studio (and the Titanium SDK), or clone the GitHub repository at https://github.com/appcelerator/titanium_mobile.

Clone the project to your development machine:

$ git clone https://github.com/trabian/titanium-backbone-ks.git
$ cd titanium-backbone-ks

Install package dependencies

$ npm install

(Optional) Install titanium-backbone as a submodule

If you would like to make changes to titanium-backbone-ks and titanium-backbone, run the following:

$ npm run-script develop

This will pull the latest titanium-backbone code as a submodule and create a link to this submodule within node_modules.

Run the app

$ cake t:iphone:run

About

Kitchen Sink examples for titanium-backbone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published