mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-14 00:15:52 +01:00
16 lines
614 B
Markdown
16 lines
614 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)
|
|
|
|
# Developing
|
|
|
|
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
|
|
```
|
|
|
|
Happy coding!
|