UI dev port is 3000

This commit is contained in:
Jannis Mattheis 2018-05-02 19:26:52 +02:00 committed by Jannis Mattheis
parent 0eb4fe0bb0
commit 16d16eb539
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Star the UI development server.
``` bash
$ 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).