This is the example app for kea.
This app is automatically set up as the boilerplate when you use the scaffolding tool:
npm install -g kea
kea new myproject
cd myproject
npm install
npm start
and then open http://localhost:2000/
... or clone it instead of scaffolding, if that's your cup of tea.