This is the frontend repository for the Cookbook application, an online forum for sharing recipes. It is built using React, Vite, and Tailwind CSS.
- Node.js (version 14 or above)
- npm (version 6 or above)
- ES6 supported web browser
-
Clone the repository:
git clone https://github.com/nomander17/cookbook-frontend.git -
Navigate to the project directory:
cd cookbook-frontend -
Install the dependencies:
npm install -
Start the development server:
npm startThis will start the frontend application using Vite and open it in your default browser at
http://localhost:3000.
The backend for the Cookbook application is developed using Spring Boot and is located in a separate repository. You can find the backend repository at:
https://github.com/nomander17/cookbook-backend
Make sure to clone and set up the backend repository as well to have a fully functional Cookbook application.
This project is licensed under the GNU GPLv3.