To get started with the Wishlist Monorepo, follow these steps:
git clone https://github.com/creative-tutorials/wishme.git
cd frontend
pnpm i
Note
This will install all necessary frontend dependencies.
pnpm dev
Note
This command will start the frontend of the application.
Navigate to the Backend Directory
cd backend
pnpm i
Note
This will install all necessary frontend dependencies.
pnpm dev
Once you've sucessfully installed and started the application, you can access the frontend application on the following URL: http://localhost:3000
For the backend replace <port>
with the specific port number you want to use.
Tip
You can hide your port
if you don't want it to be displayed publicly