React - graphql test project The project consists of two parts: front-react and back-gql To run back-gql: cd ./back-gql yarn start (or npm start) To run front-react: cd ./front-react yarn start (or npm start) TODO Add tests Add admin UI for backend Add typescript