Book Image

Ext JS Application Development Blueprints

Book Image

Ext JS Application Development Blueprints

Overview of this book

Table of Contents (18 chapters)
Ext JS Application Development Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.