Clone Repository ->Git->Clone Repository



Paste the repository address on Github that contains the HTML5 app:

After Clone is complete, select the project and click the Run button:

In the Run Configuration that pops up, select the entry to Run the HTML5 app. Select noshellindex.html as the default start page, and a new Run Configuration is automatically created.

After this step, however, the HTML5 app does not start as expected. When you open the Console TAB of Chrome Developer Tools, you will find some error messages saying “jQuery is not defined”.

Here’s how to resolve these error messages.

Create a file at the root of the project folder: neo-app.json



Run it again, this time it is ok: