Install packages: npm install
Launch server: node backend/server
Unless modified in backend/config.js
server will use port 5001
For server details check backend/README.md
Since project was bootstraped with create-react-app hence following commands will suffice to run the app
- npm install
- npm start