Go to file
Torjus Håkestad 36f6a87d21
All checks were successful
Run tests / test (push) Successful in 44s
Merge pull request 'Add some simple tests' (#7) from chore/add-tests into master
Reviewed-on: #7
2023-12-07 21:54:51 +00: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
jest.config.js Add some simple tests 2023-12-07 22:49:37 +01:00
package-lock.json Add some simple tests 2023-12-07 22:49:37 +01:00
package.json Add some simple tests 2023-12-07 22:49:37 +01: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.