Reputation: 6165
I am new to Sencha Touch and working on Ubuntu. Till now i followed the instructions from the Sencha Doc and successfully installed Touch 2.2.1 and SenchaCmd.
I have created a sample project "MyApp" and its in the directory "/var/www/MyApp".
The sdk "touch 2.2.1" is in the same directory "/var/www/touch 2.2.1"
I am having problem running the code from Webstorm directly in the browser. Can anyone tell the configuration i need to make.
Upvotes: 1
Views: 751
Reputation: 93848
create a new JavaScript Debug run configuration like the following:
'http://localhost/MyApp/index.html'
'http://localhost/MyApp'
that's all... Now on pressing Debug the start page of your application will be loaded into Chrome
Upvotes: 1