1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

Small note about running locally with hosted api

This commit is contained in:
Ivar 2017-01-04 22:55:50 +01:00
parent 3a15da5913
commit 951364a0bb

View File

@ -4,6 +4,8 @@
# Developing # Developing
### Run with together with local unleash-api:
You need to first start the unleash-api on port 4242 You need to first start the unleash-api on port 4242
before you can start working on unleash-frontend. before you can start working on unleash-frontend.
@ -12,4 +14,10 @@ Start webpack-dev-server with hot-reload:
npm run start npm run start
``` ```
### Run with heroku hosted unleash-api:
```bash
npm run start:heroku
```
Happy coding! Happy coding!