Sencha ExtJS 5 and sencha touch Tutorial , by Hery Purnama , Sencha ExtJS Freelance Trainer - +62.81.223344.506 , http://freelance-it-trainer.blogspot.com

What Is Sencha ExtJS : Sencha Ext JS is the leading standard for business-grade web application development. With over 100 examples, 1000 APIs, hundreds of components, a full documentation suite and built in themes, Ext JS provides the tools necessary to build robust desktop applications.


Tuesday, April 7, 2015

Tutorial 1 - Sencha Cmd - Build your first ExtJS 5 web application

Sencha ExtJS 5 is very powerfull javascript framework , you can start to build your first application by using scafolding feature.  what you need to do is download sencha cmd 5 for windows.
In this case i am using Wamp Server , so the folder should be generated in wamp\www after i run the command
1. Download sencha extjs 5.0.1 gpl
2. Extract the zip file in any location for example i will extract it in D:\
3. Install the Sencha Cmd 5 , by default it will be installed in C:\users\administrator\bin\sencha
4. Go to start --> Cmd (to open your windows command prompt)
5. use this command bellowed


C:\Users\Administrator>sencha -sdk d:\ext-5 generate app Aplikasiku d:\wamp\www\ext5-aplikasiku

aplikasiku is your scaffolding application name , ext5-applikasiku is your web application folder

the process will look like this ...

Sencha Cmd v5.1.2.52
[INF] Processing Build Descriptor : default
[INF] Loading app json manifest...
[INF] Appending content to d:\wamp\www\
ext5-aplikasiku/bootstrap.js
[INF] Writing content to d:\wamp\www\
ext5-aplikasiku/bootstrap.json

That's it, your startup application is ready to access by using your localhost path address
http://localhost/ext5-aplikasiku
Thanks
Regards,

Hery Purnama
Freelance IT Trainer
http://freelance-it-trainer.blogspot.com
081.223344.506

No comments:

Post a Comment