riedbergtv

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

MIT License

Stars
0
Committers
3

RiedbergTV website and backend

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.