December 2013
Beginner to intermediate
446 pages
9h 9m
English
The format of the skeleton generation command is:
sencha -sdk /path/to/sdk generate app MyApp /path/to/MyApp
Running this command will copy all required SDK files to the /path/to/MyApp directory and create a skeleton of the resources ready for development. You must use full paths for both the SDK and MyApp directories.
It is important to remember that the 3T application is a Maven project and that the web content root is the webapp directory located within the Maven directory structure. The project folder that was created in Chapter 1, Preparing Your Development Environment, and the webapp directory (on Windows) can be found at C:\projects\task-time-tracker\src\main\webapp.
On Mac, it can be found ...
Read now
Unlock full access