To set up and run the app locally:
-
Clone the repository:
git clone https://github.com/yourusername/video-player.git
-
Navigate to the project directory:
cd video-player
-
Install the required dependencies:
npm install
-
Start the development server:
npm start
Once the development server is running, open your browser and navigate to http://localhost:3000
to view the app.
This project is licensed under the MIT License. See the LICENSE file for details.