Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 987 Bytes

README.md

File metadata and controls

49 lines (37 loc) · 987 Bytes

Recipe App

⚙️ Tech Stack

🔨 Setup and Run

Setup local repo

Let's setup the backend server on your local machine.

0. Prerequisites

1. Fork repo

Fork this repo to your GitHub account forkedimage

2. Clone repo

Clone the forked repo to your local machine

git clone https://github.com/<YOUR-GITHUB-USERNAME>/recipe-app.git

Navigate to project directory

cd recipe-app

3. Install Dependencies

npm install

Your application setup is successfully completed!

Running the app

# development
$ npm start

screenshot

Here is your Recipe App in your local system

Happy Learning!!