This repository contains a minimal setup for a React application using Vite. It is configured with Hot Module Replacement (HMR) and some ESLint rules for code quality.
To get started with this repository, follow these steps:
- Clone the repository:
git clone https://github.com/dexkum-2myzZy-jipzid/film.git
- Install the dependencies:
npm install
- Start the development server:
npm run dev