Skip to content

leondejong/react-flow-apollo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Flow Apollo Example

This project was bootstrapped with Create React App.

More about React.
More about Flow.
More about Apollo.

Install: yarn install
Run: yarn start
Build: yarn run build
Test: yarn run test (No tests present at this moment)
Eject: yarn run eject
Flow: yarn run flow

The yarn command can be replaced with npm.

This example can be used in combination with node-express-sequelize-graphql-example.