From aa6032031f6061c8a863d25842e8dcfdcc1f5094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 2 Dec 2023 14:28:14 +0100 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 75c5c77..632e51c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Frontend for [ministream](https://git.t-juice.club/torjus/ministream). +## Development + +While developing, you should run the backend on localhost:8080. Then run parcel src/index.html. +The development server should do api-requests to the backend, while frontend will reload on changes. + ## About Made with TypeScript and React.