Skip to content

Fully functional website for RiedbergTV. Written with React and Strapi.

License

Notifications You must be signed in to change notification settings

larsgroeber/riedbergtv

Repository files navigation

RiedbergTV website and backend

Netlify Status

Build with react and strapi.

Development

npm start                       # starts frontend dev server
cd rtv-backend && npm start     # starts main backend (strapi)
cd custom-backend && npm start  # starts custom backend (express)

Build

npm build   # build frontend to /public

Why two backends?

Strapi handles all admin tasks (e.g. adding new videos, texts, sites) while the 'custom-backend' handles streaming video files (strapi does not handle range requests well) and sending emails via sendgrid.

About

Fully functional website for RiedbergTV. Written with React and Strapi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published