Skip to content

Latest commit

 

History

History
 
 

react-apollo-scalajs example

This is a simple example demonstrating the features of react-apollo-scalajs, such as performing queries and mutations with variables.

To launch the example, start SBT in the root directory and start the Webpack Dev Server

sbt example/fastOptJS::startWebpackDevServer

Open up http://localhost:8080/webpack-dev-server and select the main bundle to test out the example!