mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Small note about running locally with hosted api
This commit is contained in:
parent
3a15da5913
commit
951364a0bb
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user