Router for hyperoop
npm install hyperoop-router#

Router for hyperoop.
Under development.
See examples.
More advanced example is source code of our site hyperoop.github.io.
To run todo-routing example:
``bash``
git clone https://github.com/HyperOOP/hyperoop-examples
cd hyperoop-examples/todo-routing
npm i && npm run serve
Then open localhost:10001 in browser.