Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 539 Bytes

File metadata and controls

24 lines (13 loc) · 539 Bytes

Available Scripts

To run the Recipe Database project:

1. Clone Repo into your IDE (preferably VSCODE)

https://github.com/amandayu255/recipe-database.git

2. Run 'cd backend' in your terminal

Change directory to backend.

3. Run npm install

Installs necessary node depencies.

4. Open a second terminal and then run 'cd client'

Change directory to client.

5. Run npm run dev

It will show the app in the development mode.
Open http://localhost:5173 to view it in your browser.