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:
parent
a55b5c5571
commit
4a0f0df4c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user