Update README

This commit is contained in:
Torjus Håkestad 2023-12-02 14:28:14 +01:00
parent e26f555300
commit aa6032031f

View File

@ -2,6 +2,11 @@
Frontend for [ministream](https://git.t-juice.club/torjus/ministream). 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 ## About
Made with TypeScript and React. Made with TypeScript and React.