const Core = require('idylle').Core;
const app = new Core();
app.start();
By default the server's listens on all interfaces 0.0.0.0 on port 8080. If you check in your browser at localhost:8000 you should the the famous express's error handling cannot GET /.
The default HTTP router comes from .