Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 690 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 690 Bytes

SMART-RECIPE-GENERATOR

How to Set Up the Project Locally

Follow these steps to clone and run the project on your local system:

1. Clone the Repository

git clone https://github.com/gaurav-026/Smart-Receipe-Generator.git  

2. Navigate to the Project Directory

cd Smart-Receipe-Generator  

3. Install Dependencies

npm install  

4. Start the Development Server

npm start

5. Access the Application

Open your browser and go to: http://localhost:3000 Or press CTRL + click on the URL displayed in the terminal to open it directly.

6. Done!!

Your application should now be running successfully.