Server-side companion of SparqlBlocks
You need to have Node+npm.
Check if you've installed Node and npm.
node --version
npm --version
If you don't have them, download and install them from Node.js website
To install the dependencies, run this command from the main dir.
npm install
To run the server, run this command from the main dir.
npm start