This sample app illustrates how to integrate Marko with a very basic Koa app that also uses the koa-i18n module.
git clone https://github.com/marko-js-samples/marko-koa-i18n
cd marko-koa-i18n
npm install
node server.js
Navigate to http://localhost:8080/ to see your server in action!