#Introduction to Sencha Touch
As part of this training Session we are going to create a simple Sencha Touch 1.1 Application. The app will train you in how to build a Sencha touch User Interface and how to navigate within it. You will also learn to use the FeedHenry APIs.
To begin this tutorial download the boilerplate code from this link and copy to your workspace or use the following git commands to setup the project in your workspace:
cd my-workspace-folder
git clone [email protected]:feedhenry/FH-Training-App-Sencha.git.
cd FH-Training-App-Sencha
git checkout boilerplate
This represents our basic file structure for the entire tutorial.
You are now setup to begin the tutorial. To begin Part 1 click here.