@adiatma/cra-template

CRA Template for ReasonML

Usage no npm install needed!

<script type="module">
  import adiatmaCraTemplate from 'https://cdn.skypack.dev/@adiatma/cra-template';
</script>

README

cra-template

Usage

npx create-react-app my-app --template @adiatma/cra-template

*Download graphql_schema.json suitable with your graphql endpoint, with command npx get-graphql-schema YOUR_GRAPHQL_ENDPOINT -j > graphql_schema.json

Dependencies

  • graphql
  • @apollo/client
  • @reasonml-community/graphql-ppx
  • reason-promise
  • subscriptions-transport-ws
  • reason-apollo-client