- Download node.js from https://nodejs.org/en/
- Open Project directory in terminal
a. Make sure you retrieve the .env
file from a team member, which contains private keys that cannot be pushed onto a public repo.
npm install
oryarn
a. If you want to use yarn, make sure you install it ahead of time with npm install -g yarn
npm start
oryarn start
- Open
localhost:5000
in your browser to see what endpoints are available for you to use.