In order to start simply open the Visual Studio solution file in the IDE Visual Studio and run the required project. Then, in your code, you should specify the address to the DataAdaptersController.
index.html
StiOptions.WebServer.url = "https://localhost:44355/DataAdapters";In the DataAdaptersController.cs file, you can change all parameters passed from the JS client-side.
A sample shows how to run an adapter.