A example with React, GraphQL, React Apollo, Formik, Testing Library with Apollo MockProvider.
A App created by using:
- React
- React-Apollo
- GraphQL
- Formik
- Reactstrap
- Testing Library with Apollo MockProvider
App created using Api GraphQL da Marvel:
Clone the repo
git clone https://github.com/RafaelWeiss/react-apollo-graphql-marvel-app.git
Change into the react-apollo-graphql-marvel-app project directory
cd react-apollo-graphql-marvel-app
Install project dependencies
npm install or yarn install
And start the application
npm start
Run tests
npm test
v1.0
- Default project implementation
Rafael Weiss