UI dev port is 3000
This commit is contained in:
parent
0eb4fe0bb0
commit
16d16eb539
|
|
@ -120,7 +120,7 @@ Star the UI development server.
|
||||||
``` bash
|
``` bash
|
||||||
$ npm start
|
$ npm start
|
||||||
```
|
```
|
||||||
Open `http://localhost:3030` inside your favorite browser.
|
Open `http://localhost:3000` inside your favorite browser.
|
||||||
|
|
||||||
The UI requires a Gotify server running on `localhost:80` this can be adjusted inside the [ui/src/index.js](ui/src/index.js).
|
The UI requires a Gotify server running on `localhost:80` this can be adjusted inside the [ui/src/index.js](ui/src/index.js).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue