reason-apollo-test
v0.1.0
Published
This project illustrates the usage of reason-apollo to query the [SWAPI](http://swapi.apis.guru/) and serves as an example on how to use the project.
Readme
Reason-Apollo Swapi
This project illustrates the usage of reason-apollo to query the SWAPI and serves as an example on how to use the project.
Getting started
npm install
npm start
# in another tab
npm run webpackAfter you see the webpack compilation succeed (the npm run webpack step), open up the nested html files in src/* (no server needed!). Then modify whichever file in src and refresh the page to see the changes.
