|
||
---|---|---|
src | ||
.eslintrc.cjs | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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.