An open API service indexing awesome lists of open source software.

https://github.com/idkjs/reason-react-native-apollo-template

Reason React Native Apollo Graphql template for application developed in Reason.
https://github.com/idkjs/reason-react-native-apollo-template

Last synced: 3 months ago
JSON representation

Reason React Native Apollo Graphql template for application developed in Reason.

Awesome Lists containing this project

README

        

# `@idkjs/reason-react-native-apollo-template`

[![Version](https://img.shields.io/npm/v/@idkjs/reason-react-native-apollo-template.svg)](https://www.npmjs.com/@idkjs/reason-react-native-apollo-template)
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reason-react-native.github.io/discord/)

> Reason React Native Apollo Graphql template for application developed in Reason.

Please carefully read instructions below in order to enjoy ReasonML development
experience.

## Setup

## Start a Reason React Native project with this template

```console
npx @react-native-community/cli init MyApp --template @idkjs/reason-react-native-apollo-template
cd MyApp
```

Now that you are ready to go, you can check our documentation on
[how to use Reason React Native](https://reason-react-native.github.io/en/docs/usage/).