Checklist
- Install Package Dependencies
- Build Api from source (Optional)
$ cd api
$ yarn install
# Running 'yarn install' builds the API from source automatically,
# However, if you've made changes, build it again by running :
$ cd api
$ yarn build
$ cd api
$ yarn watch-ts
$ yarn watch-js
$ cd api
$ yarn start