Sencha workspace helps us to share ext framework, code and third-party packages. It is very useful if you are going to develop more then one one-page-applications.

sencha -sdk ../Distributives/ext-6.2.0 generate workspace ExtJsSamples

Now change the working directory to ‘ExtJsSamples’ and create two applications:

sencha -sdk ext generate app -classic SimpleGrid SimpleGrid
sencha -sdk ext generate app -classic SimpleForm SimpleForm

As you can see I am not defining the SDK path as it was done by generating stand alone application.

Change the current directory to one of the created application and run the web server.

sencha app watch