Ruff is a full-stack, on-demand video streaming application. This repository (ruff-client
) contains the React-based client application. Visit rufftv.com for the live app.
- Video streaming interface
- User authentication and profiles
- Responsive design for various devices
- React.js
- AWS S3 for hosting
- Cloudfront CDN
- Clone the repository
git clone https://github.com/VincenzoMeschi/ruff-client.git
- Install dependencies
npm install
- Run the application
npm start