Creating our first application

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):

Note

When you have multiple versions of the Sencha CMD tool, ...

Get Learning Ext JS - Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.