koa2-boilerplate A personal boilerplate for API development. Usage Install Dependencies: npm install Copy the ./config.example.js to ./config.js and update the file for your environment. mv config.example.js config.js vim config.js Start the server npm start License MIT