graphql-conference-planner using React, Angular, VueJS
- Angular, open the angular folder.
- React, open the react-app folder.
- VueJS, open the vue-js folder.
You will find a specific and comprehensive README in every folder.
Read the schema documentation hosted on graph.cool:
You can inspect the GraphQL schema that is hosted on graph.cool by running:
cd schema
npm i && npm start
or
yarn && yarn start
Have fun !