/marko-koa-i18n

Sample Koa-based server app that integrates marko and koa-i18n

Primary LanguageJavaScript

Sample App: Marko + Koa + koa-i18n

This sample app illustrates how to integrate Marko with a very basic Koa app that also uses the koa-i18n module.

Installation

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!