Configuring Sencha Touch
Sencha Touch is a JavaScript-based MVC framework used to build cross-platform mobile apps. It's a proprietary framework but free for open source projects, so we'll use it for our to-do app. To get and configure it, follow these instructions:
- First we will download Sencha Touch:
- Open https://www.sencha.com/products/touch/ in your browser.
- Click on DOWNLOAD FOR FREE.
- Fill out the contact form and click on DOWNLOAD TOUCH.
- Check your e-mail for a link to download Sencha Touch.
- In the e-mail, click on Download Sencha Touch.
- After the download is complete, extract the ZIP in its own folder.
- Open this folder (it should be named
touch-2.4.1
or similar).
- Install Sencha Cmd:
- Open https://www.sencha.com/products/extjs/cmd-download/ in your browser.
- Click on DOWNLOAD WITHOUT JRE INCLUDED.
- Once the download is complete, run the setup application.
- Accept all defaults and click on Install.
- Once the installation is complete, click on Finish.
- Install Ruby:
- Mac OS X: Ruby is preinstalled...