From f105ec992b966aa829b4e75a9b0bc2158abe7ef1 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 29 Sep 2019 17:22:06 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96cce73..92b449a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ This project covers basic necessities of most APIs. ## Installation ```bash git clone https://github.com/christroutner/koa-api-boilerplate +cd koa-api-boilerplate +npm install +npm start ``` ## Structure