Install the dependencies first by going into individual folders, i.e., frontend and backend using npm install
individually
use npm run dev
inside the project root folder to start the both the applications, frontend React will run on PORT=3000
and backend express will run on PORT=4000