From 951364a0bb361a05a32196b4167d3bf2f52e6658 Mon Sep 17 00:00:00 2001 From: Ivar Date: Wed, 4 Jan 2017 22:55:50 +0100 Subject: [PATCH] Small note about running locally with hosted api --- frontend/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/README.md b/frontend/README.md index 83805541b9..1757a82edd 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -4,6 +4,8 @@ # Developing +### Run with together with local unleash-api: + You need to first start the unleash-api on port 4242 before you can start working on unleash-frontend. @@ -12,4 +14,10 @@ Start webpack-dev-server with hot-reload: npm run start ``` +### Run with heroku hosted unleash-api: + +```bash +npm run start:heroku +``` + Happy coding!