React + Vite Project

This project is a React application set up using Vite, a fast build tool and development server. The project uses npm for package management.

Installation

First, ensure you have Node.js and npm installed. You can download them from nodejs.org.

  1. Clone the repository:

    https://github.com/fastians/drag-and-select-in-react-js.git
  2. Navigate to the project directory:

    cd drag-and-select-in-react-js
  3. Install the dependencies:

    npm install

Development

To start the development server with hot module replacement:

npm run dev