1.3.5 • Published 4 years ago
koa-cka v1.3.5
Koa-CLI
A Koa Cli, easy to use.
Installation
npm i -g koa-ckaUsage
Create a Koa app in directory my-app:
koa create my-appAfter the project created, you can run:
cd my-app
npm startTo start a dev server:
npm run serveOnce file changes server will auto restart.
Enjoy your coding time.