Onwards and upwards
As with all of our example applications, we'll use Sencha Cmd and build an application template as follows:
sencha generate app -ext Instrumatics ./instrumatics
Remove all of the cruft and example files that the generator creates and use the watch
command to fire up a web server. We can then proceed to create the first real code for our application: the data layer.