mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
25 lines
844 B
Markdown
25 lines
844 B
Markdown
[](https://travis-ci.org/Unleash/unleash-frontend)
|
|
[](https://david-dm.org/Unleash/unleash-frontend)
|
|
[](https://david-dm.org/Unleash/unleash-frontend?type=dev)
|
|
[](https://greenkeeper.io/)
|
|
|
|
# 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.
|
|
|
|
Start webpack-dev-server with hot-reload:
|
|
```bash
|
|
npm run start
|
|
```
|
|
|
|
### Run with heroku hosted unleash-api:
|
|
|
|
```bash
|
|
npm run start:heroku
|
|
```
|
|
|
|
Happy coding!
|