Examples not working in downloaded Extjs 6.2.0 framework

1k views Asked by At

I have a licensed version of extjs 6.2.0. I tried to run examples by opening index.html in folder ext-6.2.0\examples . The similar page gets opened like shown in the link http://examples.sencha.com/extjs/6.2.0/examples/, but when I try to go further by clicking on options shown on page say Kitchen Sink (Classic), instead of showing page like http://examples.sencha.com/extjs/6.2.0/examples/kitchensink/#all, directory structure (...\ext-6.2.0\examples\kitchensink) gets opened in browser.

1

There are 1 answers

5
scebotari66 On BEST ANSWER

You need some kind of web server to make this work. Luckily enough, Sencha Cmd has a built in one. So, assuming you have Sencha Cmd installed, here are the steps to get this working:

  1. from your terminal navigate to the ext-6.2.0 folder (cd ext-6.2.0);
  2. from there, run the sencha web start command;
  3. open the address where the server has started (by default should be http://localhost:1841/)