Skip to content

Getting Started

Sultanul Arifin edited this page Jul 2, 2023 · 1 revision

Getting Started

Backend Server

  1. Go to backend directory and install dependencies by
    cd backend
    yarn install
    
  2. Now start the server by
    yarn start
    
    If the above command doesn't work or creates any issue whatsoever, you can run the following command
    yarn dev
    
    Now the backend server will be available at localhost:3000

a sidebar

Clone this wiki locally