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

update readme

This commit is contained in:
ivaosthu 2016-11-10 14:50:04 +01:00
parent d21bf84a5b
commit a0b89ff851

View File

@ -1,12 +1,9 @@
## Start developing: # Developing
1. start mock-api: You need to first start the unleash-api on port 4242
before you can start working on unleash-frontend.
```bash Start webpack-dev-server with hot-reload:
npm run start:api
```
2. start webpack-dev-server with hot-reload:
```bash ```bash
npm run start npm run start
``` ```