Awesome
Cocktails App
This is a sample application written using Sencha Touch 2. At the time of writing this, Sencha Touch is on it's third Preview Release.
Setup
I have not included Sencha Touch in this repository. The steps to include it are:
- Download Sencha Touch 2 from the Sencha Website
- Unpack the SDK and move it to the
lib/touch2
directory (so you should have alib/touch2/sencha-all-debug.js
file). - Open index-debug.html
Building the application
If you want to build the application and run the production version (index.html), you must use the SDK Tools. There is a how to available on my blog at robertdougan.com.
You can also access the built version of the application by checking out the built
branch (which still doens't include Sencha Touch SDK, but runs).