GraphQL server deployed using Express and Firebase Functions
- Every PR must have linting, testing, and coverage passing before being able to merge
yarn lint
runs lintingyarn coverage
runs testingyarn test
runs both
- You will need to download a service account file from the Firebase console by selecting Generate new private key. Rename this file to
service-account.json
and put it in your root project directory. yarn
to install thenode_modules
yarn dev
to start the server