This repository contains a Vite-powered React application. Follow the steps below to run the app from the command line.
Before you begin, ensure you have the following installed on your local machine:
- Node.js
- npm (Node Package Manager)
-
Clone the repository to your local machine:
git clone https://github.com/sammed-21/pool-frontend.git
-
Navigate to the directory:
cd pool-frontend
-
Install dependencies using npm:
npm install
Running the App Once the dependencies are installed, you can run the app using the following command:
npm run dev
This command starts the development server. Open your web browser and navigate to http://localhost:5173/ to view the app.