Full-stack mini-app example of how to stream your local videos collection
- Clone repo
- Install dependencies in client and server directories
- Build server
npx tsc - Run server
node dist/ <YOUR_VIDEOS_DIR> - Run client with
yarn devor create.envfile analogous to.env.devand runyarn build, then serve with smth. likenpx serve