0.1.0 • Published 6 years ago

reason-apollo-test v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

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 webpack

After 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.