Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 530 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 530 Bytes

Recipe-App

To test the application, make sure you have Node.js installed first

Unzip the folder and there should be a backend and frontend folder and an screenshot of the project.

Navigate to the Backend directory using your command-line terminal and run npm i to install project files. After installation of project files run npmstart to run backend server

After unzipping navigate to the frontend and run npm i command from your terminal to install project files.

Run npm run dev to start the frontend server.

Goodluck