mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +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
|
```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