Go to file
2024-09-18 20:33:43 +02:00
.gitea/workflows Add some simple tests 2023-12-07 22:49:37 +01:00
src Add some simple tests 2023-12-07 22:49:37 +01:00
.eslintrc.cjs Add some simple tests 2023-12-07 22:49:37 +01:00
.git-blame-ignore-revs Add .git-blame-ignore-revs 2023-12-06 03:18:09 +01:00
.gitignore Initial commit 2023-12-02 11:49:17 +01:00
.prettierignore Install and run prettier 2023-12-06 03:17:13 +01:00
.prettierrc Install and run prettier 2023-12-06 03:17:13 +01:00
flake.lock Update deps 2024-09-18 20:33:43 +02:00
flake.nix Update deps 2024-09-18 20:33:43 +02:00
jest.config.js Add some simple tests 2023-12-07 22:49:37 +01:00
package-lock.json Update deps 2024-09-18 20:33:43 +02:00
package.json Update deps 2024-09-18 20:33:43 +02:00
README.md Update README 2023-12-02 14:28:14 +01:00
tsconfig.json Add some simple tests 2023-12-07 22:49:37 +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.