To get started with the Wishlist Monorepo, follow these steps:
git clone https://github.com/creative-tutorials/wishme.gitcd frontendpnpm iNote
This will install all necessary frontend dependencies.
pnpm devNote
This command will start the frontend of the application.
Navigate to the Backend Directory
cd backendpnpm iNote
This will install all necessary frontend dependencies.
pnpm devOnce 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
