Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 861 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 861 Bytes

Recipe Book

A simple short app, to manage all your recipes and discover hundred of new recipes.

Live :-

To check the working demo of the application visit here: https://recipes-book.vercel.app/ . In case you don't want to create an account when you visit, here are the credentials for testing purpose only:

Email: [email protected]
Password: recipe-book

How to setup locally:-

1.  Clone the repository in your system using:

git clone https://github.com/harsh863/recipe-book.git

2.  Navigate to root directory of the project and run npm install in your terminal to install all required packages.

3.  To run the project run ng serve or npm run start in your terminal.