Skip to content

machix/react-redux-graphql-example

Repository files navigation

React-Redux-GraphQL Example

A simple example to demonstrate the implementation of React-Redux with GraphQL.

Full build process is available on my blog, titled "Implementing React Redux with GraphQL"

Usage

git clone https://github.com/MarufSarker/react-redux-graphql-example.git
npm i
npm start
After successful installation and running, browse to http://localhost:3000 to view the running application.

License

This project/codebase is released under MIT license.
See LICENSE file for details.