This project is Frontend project for the Cookbook. Cookbook is a web application that allows users to share, browse, and shop for different recipes. Cookbook automatically totals ingredients from different recipes that have been added to the cart, resulting in a grocery list you can use to simplify your grocery shopping experience.
- node >= 16.0
- Navigate to the project directory
cd project-directory
- Install node modules
npm install
- Create a copy of the .env.example file and rename it to .env
cp .env.example .env
To start the React development application, run the following command:
npm run start
You should see a message indicating that the web server is running locally on http://localhost:3000
.
Now you can login with one of following credientials.
[email protected] / admin
[email protected] / test1234
[email protected] / test1234