Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

creative-tutorials/wishme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wishme Monorepo

How to run

To get started with the Wishlist Monorepo, follow these steps:

1. Clone the repo

git clone https://github.com/creative-tutorials/wishme.git

2. Install Frontend Dependencies

cd frontend

Install Frontend Dependencies

pnpm i

Note

This will install all necessary frontend dependencies.

3. Start the Frontend Application

pnpm dev

Note

This command will start the frontend of the application.

4. Install Backend Dependencies

Navigate to the Backend Directory

cd backend

Install Backend Dependencies

pnpm i

Note

This will install all necessary frontend dependencies.

5. Start the Backend Application

pnpm dev

6. Access the Application

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.

port env

Tip

You can hide your port if you don't want it to be displayed publicly