Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 443 Bytes

Example redux + graphql apollo

Small examples, best pratices. Project used GraphQL API in https://github.com/tungtung-dev/tungtung-graphql-example-schema

Config

If you change port in GraphQL API please change Graph QPI in src/config.js

Installation

yarn install # or
npm install

Run

npm run start 

Build produciton

npm run build