react-apollo-example
react-apollo-example copied to clipboard
🇫🇷 🍷A React/Apollo full-stack example app
[WIP] react-redux-apollo-example 🇫🇷 🍷
A React/Apollo full-stack example app
Requirements
-
Node
4.x
or newer
Stack
- Babel for ES6+ support
-
React.js
^0.15.2
for building native apps using react -
Redux
3.5.2
a predictable state container for Javascript apps -
React-Router
^2.4.0
a complete routing library for React -
Apollo-Client
^0.3.27
a simple caching client for any GraphQL server
Make the awesome
Clone the repo:
$ git clone https://github.com/LeoLeBras/react-apollo-example.git
$ cd react-apollo-example
Install Node.js components:
$ npm i # Install Node.js components listed in ./package.json
Install server
This example works with this GraphQL server : https://github.com/baloran/koa-sequelize-graphql .
Contributing
Pull Request are welcome 🍷👄