Vite requires Node.js version 14.18+, 16+.
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/
To build the project for production, use the following command:
npm run build