July 2015
Beginner
452 pages
8h 34m
English
So far, all the chapters in this book have given an understanding of the basics in Ext JS. Now we are going to apply this knowledge to create our application. Let's start by opening our console tool (this depends on the operating system you are using: Windows, OS X, or Linux), and we will use the Sencha CMD tool. Create a folder inside your web server (XAMPP or WAMP) called myApp and type the following command:
sencha -sdk /path/to/ext generate app myApp /path/to/myApp
Change the paths to the proper locations of your SDK (Ext JS's folder) and the folder the application will be in. After executing the command, you will see something like this (for Windows):
When you have multiple versions of the Sencha CMD tool, ...
Read now
Unlock full access