1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +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
npm run start:api
```
2. start webpack-dev-server with hot-reload:
Start webpack-dev-server with hot-reload:
```bash
npm run start
```