🐍 A simple, straightforward Koa (v2) starter with koa-router, koa-bodyparser, and Babel for full ES6+ support.
Super barebones, pretty much just boilerplace server.js stuff with my favorite Babel configuration stuff.
You can also utilize this using my starter-kit utility!
starterkit use koa-v2-starter
Clone it down, npm install
and then npm run dev
!
Go to http://127.0.0.1:3100 and you're good to go!
- bin
|- bootstrap // The bootstrap script every starter kit requires.
- .babelrc // babel configuration
- .gitignore
- package.json
- README.md
- server.js // The root file for the Koa app