Go to file
2023-12-06 03:11:20 +01:00
src Add ESLint and fix all linting errors 2023-12-06 03:11:20 +01:00
.eslintrc.cjs Add ESLint and fix all linting errors 2023-12-06 03:11:20 +01:00
.gitignore Initial commit 2023-12-02 11:49:17 +01:00
package-lock.json Add ESLint and fix all linting errors 2023-12-06 03:11:20 +01:00
package.json Add ESLint and fix all linting errors 2023-12-06 03:11:20 +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.