From 3868b5dd20a0c30ec652dfbd7f495e60b992dddc Mon Sep 17 00:00:00 2001 From: ilMattion Date: Wed, 10 Jan 2018 09:57:45 +0100 Subject: [PATCH] Update README.md Added one simple command: npm run build:module. On clean branch, if you don't execute this command you have not "compiled" and application raise exception. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a0f4eed..67f32e2b 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', { - Install dependencies `npm install` - _(optional)_ Replace `demo/swagger.yaml` with your own schema +- Build +`npm run build:module` - Start the server `npm start` - Open `http://localhost:9000`