Open the terminal in the project directory and Run following Commands -
$ cd frontend
$ npm install
$ npm start
After running above commands, frontend will be automatically started at http://localhost:3000
Open the new terminal tab in the project directory and Run following Commands -
$ cd backend
$ npm install
$ npm run dev
After running above commands, backend will be automatically started at http://localhost:5000