create-koa-app
v0.0.6
Published
Create koa apps with koa-base-boilerplate
Downloads
12
Readme
create-koa-app
Create koa apps with koa-base-boilerplate
explain
koa-base-boilerplate is a koa boilerplate integrated with koa-router koa-cors koa-bodyparser koa-auto-routes babel
and happly, you can use async/await in your app like koa2, even though we use koa1.
This handy feature is owe to babel.
koa-base-boilerplate is simple and flexible !
usage
first, install
npm install create-koa-app -g
then, use create-koa-app create your koa app
create-koa-app [your app name]
then, build
cd [your app name] && npm i
then, run
npm start