See: https://youtu.be/4ZCZR7hRaCY
brew install node
brew install yarn
3yarn install
yarn apollo:generate-types
SERVER_URL=http://localhost:8080/graphql yarn build
yarn prod
docker-compose up
run the application in Docker 🐳 containeryarn apollo:remove-all-types
remove all automatically generated TS definitionsyarn apollo:generate-types
generate TS definitions from GraphQL schemayarn lint:ts
lint TS filesyarn lint:css
lint CSSyarn lint:circular-dependencies
detect circular dependenciesyarn test
run jest- Run development server:
yarn install
yarn apollo:generate-types
yarn watch