1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
Fix #180
This commit is contained in:
Adam Gardner 2019-06-07 19:48:57 +10:00 committed by Ivar Conradi Østhus
parent 8aa7669661
commit a2ce8b4e66

View File

@ -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
```