ministream-frontend/README.md

13 lines
351 B
Markdown
Raw Permalink Normal View History

2023-12-02 12:38:23 +00:00
# ministream-frontend
Frontend for [ministream](https://git.t-juice.club/torjus/ministream).
2023-12-02 13:28:14 +00:00
## 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.
2023-12-02 12:38:23 +00:00
## About
Made with TypeScript and React.