To setup the project do the following steps:
- check out the repository
- install node 8 and npm 5 on your system
- do a
npm install
in the repository path
Run npm run build
or npm run build-watch
to execute building with
watching for file changes.
Run node dist/index.js
or npm start
.
Run npm run tslint
.
The server will start on http://localhost:8080
.
The RPC-Interface needs POST-Messages so only those are implemented yet.
You can use the Chrome Extension Postman
(https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop) to test your requests.