Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 381 Bytes

video-streamer

Full-stack mini-app example of how to stream your local videos collection

How to run

  • Clone repo
  • Install dependencies in client and server directories
  • Build server npx tsc
  • Run server node dist/ <YOUR_VIDEOS_DIR>
  • Run client with yarn dev or create .env file analogous to .env.dev and run yarn build, then serve with smth. like npx serve