Search code examples
javascriptnode.jsexpresskoa

Basic boilerplate with Koajs


I'm very new to Koajs (http://koajs.com/) but i've used Express quite a bit. As the team behind Express made Koa I wanted to try it.

When i'm starting a new express project all I need to type is express projectname or even just express

With koajs, is there a way I can simply type a command in like that to setup a quick, boilerplate?

Thanks!


Solution

  • Koa doesn't have what you're asking for. I'd suggest looking at the koa wiki page, there are several boilerplates listed there that you could clone.

    https://github.com/koajs/koa/wiki#frameworks