Go to file
2023-12-05 02:41:03 +01:00
src Set page title 2023-12-05 02:41:03 +01:00
.gitignore Initial commit 2023-12-02 11:49:17 +01:00
package-lock.json Changed layout 2023-12-02 13:11:46 +01:00
package.json Fix run-script 2023-12-02 13:51:04 +01:00
README.md Update README 2023-12-02 14:28:14 +01:00
tsconfig.json Initial commit 2023-12-02 11:49:17 +01:00

ministream-frontend

Frontend for 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.