Skip to content

AmulGaurav/FoodKart

Repository files navigation

FoodKart

Getting Started

To set up the project locally, follow the steps below.

Prerequisites

Ensure you have the following installed:

  1. Fork the Repository

  2. Clone the Repository

    Once you've forked the repository, clone it to your local machine:

    git clone https://github.com/your-username/FoodKart

    Replace your-username with your GitHub username.

  3. Install Dependencies

    Navigate to the project root directory and install the necessary dependencies:

    npm install

    or

    npm i

Running the Project Locally

To run the project locally:

  1. Open the terminal in the project root directory.

  2. Execute the following command:

    npm start

    or

    npm run start
  3. Open your web browser and go to http://localhost:1234/ to view the project.

Releases

No releases published

Packages

No packages published