From 16d16eb53999fa2e6fd44da050ee15b6bc2ac9ab Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Wed, 2 May 2018 19:26:52 +0200 Subject: [PATCH] UI dev port is 3000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8165971..f13470d 100644 --- a/README.md +++ b/README.md @@ -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).