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!