mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-23 01:16:27 +02:00
parent
8aa7669661
commit
a2ce8b4e66
@ -12,12 +12,16 @@ before you can start working on unleash-frontend.
|
|||||||
|
|
||||||
Start webpack-dev-server with hot-reload:
|
Start webpack-dev-server with hot-reload:
|
||||||
```bash
|
```bash
|
||||||
|
cd ~/unleash-frontend
|
||||||
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run with heroku hosted unleash-api:
|
### Run with heroku hosted unleash-api:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd ~/unleash-frontend
|
||||||
|
npm install
|
||||||
npm run start:heroku
|
npm run start:heroku
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user