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:
commit
cbddc778d5
@ -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