Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 268 Bytes

koa start

A starter kit for a slightly opinionated koa project.

Installation

  1. git clone git@github.com:Alsmile/koa-start.git
  2. npm install
  3. Create your config in src/config/yourconfig.js
    It will overwrite src/config/default.js
  4. npm start