This project demonstrates the integration of DSS client's autocompletion module with the Yasgui SPARQL editor. The project consists of an express server that serves the web app.
-
Create a
.envfile in the root of this project using thesample.envfile as a template. Make sure to set theDSS_CLIENT_URLvariable to the URL where your dss-client is running (e.g.,http://localhost:3000). -
Build and run the project using
yarn buildandyarn start. This will start an Express server that serves the Yasgui editor with DSS-assisted autocompletion.