Skip to main content

Project Installation

Local Web Installation Process

Step 1:

  • First you need to navigate to the project folder, then open the terminal and run: yarn install

Installation

Installation

Step 2:

  • Now, build the project by running the following command: yarn build

Installation

Step 3:

  • Finally, start the Project locally with: yarn dev

Installation

Initially, it will show App listening on port http://localhost:8000 after you successfully set up your project, the .env file will be automatically created, and it will show server restarted.

Installation

Press Ctrl+C to stop the server. Then restarted the project with: yarn dev and it will show MongoDB Connected Successfully.

Installation

success

Now your frontend and backend is running locally. You can access it via localhost: port .

!Installation