Skip to content

sammed-21/pool-frontend

Repository files navigation

Running a Vite React App

This repository contains a Vite-powered React application. Follow the steps below to run the app from the command line.

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/sammed-21/pool-frontend.git
    
    
  2. Navigate to the directory:

    cd pool-frontend
    
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published