Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 766 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 766 Bytes

# AWS First Cloud Journey Workshop 0: Building HLS Large Video Streaming Web App using AWS EC2, S3

About the repository

Contain front-end source code for the project, please refer to the writeup for detail explanation and step by step guide for deploying to AWS EC2.

Writeup link at: Link here

The accompanied back-end repository: back-end Github Link

Step-by-step running

  1. Clone the repository
  2. Create .env file
touch .env
echo VITE_SERVER_URL=<your-server-url> > .env
  1. Install NVM & Node 18
  2. Install dependencies npm install
  3. Run vite react app in hot-reload mode npm run dev