Skip to content

daksen/claro-video-epg

Repository files navigation

claro-video-epg

Prerequisites

Vite requires Node.js version 14.18+, 16+.

Installation

To run the project locally, follow these steps:

Clone the repository:

git clone https://github.com/daksen/claro-video-epg.git

Navigate to the project directory:

cd claro-video-epg

Install the dependencies:

npm install

Start the development server:

npm run dev

Open the application in your browser:

http://localhost:5173/claro-video-epg/

Build

To build the project for production, use the following command:

npm run build