From b3255208cb8c17e302dcce06e51149816893d415 Mon Sep 17 00:00:00 2001 From: Dima Paloskin Date: Mon, 13 Mar 2017 15:05:03 +0300 Subject: [PATCH] update "Example" section --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b6395f..b803b86 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,19 @@ micro index.js ### See in action -Clone this repo and run `npm start` +Clone this repo + +Install dependencies +```bash +npm install +``` + +Build project +```bash +npm run build +``` + +Run `npm start` Make POST request ```bash