1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

Merge branch 'master' into feat/API-token-improvement

This commit is contained in:
Youssef Khedher 2021-10-08 22:12:22 +01:00 committed by GitHub
commit cbddc778d5

View File

@ -27,16 +27,16 @@ Start webpack-dev-server with hot-reload:
```bash
cd ~/unleash-frontend
npm install
npm run start
yarn install
yarn run start
```
### Run with heroku hosted unleash-api:
```bash
cd ~/unleash-frontend
npm install
npm run start:heroku
yarn install
yarn run start:heroku
```
## UI Framework