To build the project, you will need Docker.
Building the project
cp .env.example .env
docker-compose build
Starting the application
docker-compose up -d
GraphQL playground will run on http://localhost:4000/proxy/graphql
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:4000/proxy/graphql to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner
Builds the app for production to the build
folder.
Runs the graphql proxy in the production mode. Open http://localhost:4000/proxy/graphql to view it in the browser.
Generate graphql types from schema
Run eslint to all files on
Fix all the eslint errors