From a2ce8b4e667953789d50cacbce9a9239e03628fb Mon Sep 17 00:00:00 2001 From: Adam Gardner Date: Fri, 7 Jun 2019 19:48:57 +1000 Subject: [PATCH] Fix #180 (#181) Fix #180 --- frontend/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/README.md b/frontend/README.md index 85b4aab1d7..f566828c02 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -12,12 +12,16 @@ before you can start working on unleash-frontend. Start webpack-dev-server with hot-reload: ```bash +cd ~/unleash-frontend +npm install npm run start ``` ### Run with heroku hosted unleash-api: ```bash +cd ~/unleash-frontend +npm install npm run start:heroku ```