This project is to integrate react application with GraphQL serve backend using GraphQL Apollo
client.
npm start
npm test
npm run build
The next step is to install needed dependencies. The following packages needs to be installed:
apollo-boost
: Package containing everything you need to set up Apollo Clientreact-apollo
: View layer integration for Reactgraphql-tag
: Necessary for parsing your GraphQL queriesgraphql
: Also parses your GraphQL queries
The installation of these dependencies can be done by using the following NPM command:
npm install apollo-boost react-apollo graphql-tag graphql