Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 615 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 615 Bytes

Video Player Demo

Installation

To set up and run the app locally:

  1. Clone the repository:

    git clone https://github.com/yourusername/video-player.git
  2. Navigate to the project directory:

    cd video-player
  3. Install the required dependencies:

    npm install
  4. 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.

License

This project is licensed under the MIT License. See the LICENSE file for details.