Once you are done installing sencha cmd( DOWNLOAD LINK ) and unzipping the framework-SDK ( DOWNLOAD LINK ) then you are all set to start working with Ext JS and creating projects. Now let's start creating a new project before creating make a directory you need to manage all files into and then fire up command prompt and give this command sencha - sdk frameworkpath generate app AppName directorypath change the framework path to the path you extracted all the files and directory path to where you want all your project files to be and then run this command it takes up some to start copying some files into your project directory to get started with all the files that you need is auto generated. when you are done you can see a couple of files residing in your project directory. now to run your project you need to run this command from your project directory sencha app watch You are all set to build up your ideas and start your project now! So in Ext JS you will have ...
Step Ahead towards Technology