/apollo-graphql-poc

Repo to get familiar with apollo

Primary LanguageTypeScript

apollo-graphql-poc

Repo to get familiar with apollo

Developing

  • Starting server
cd server
npm run start
  • Starting client
cd client
npm run start