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
|
```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
|
||||||
|
Loading…
Reference in New Issue
Block a user