From a0b89ff851e246a62917d4fe3e286332e81d46b2 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Thu, 10 Nov 2016 14:50:04 +0100 Subject: [PATCH] update readme --- frontend/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 9e0a26fa5b..7f754ea181 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,12 +1,9 @@ -## Start developing: +# Developing -1. start mock-api: +You need to first start the unleash-api on port 4242 +before you can start working on unleash-frontend. -```bash -npm run start:api -``` - -2. start webpack-dev-server with hot-reload: +Start webpack-dev-server with hot-reload: ```bash npm run start ```