GraphQL service for Read the Game Front
A while ago I ran into this cool design made by Bureau Oberhaeuser on Behance, and thought it had some pretty awesome components, so I decided to create the frontend using React, TypeScript and Storybook, and also give TypeGraphQL and TypeORM a try for the GraphQL backend.
$ yarn
Run Docker
$ docker-compose up --build
Adminer is now available on http://localhost:8080
Run seed
$ yarn seed
Run server
$ yarn start
Playground is now available on http://localhost:3000