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

update doc: replace npm with yarn

This commit is contained in:
Youssef Khedher 2021-10-08 21:20:47 +01:00 committed by GitHub
parent a55b5c5571
commit 4a0f0df4c9

View File

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