Go to file
2023-12-06 02:27:57 +00:00
src Install and run prettier 2023-12-06 03:17:13 +01:00
.eslintrc.cjs Install and run prettier 2023-12-06 03:17:13 +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
package-lock.json Install and run prettier 2023-12-06 03:17:13 +01:00
package.json Install and run prettier 2023-12-06 03:17:13 +01:00
README.md Update README 2023-12-02 14:28:14 +01:00
tsconfig.json Install and run prettier 2023-12-06 03:17:13 +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.