Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dai-shi/typescript-expo-apollo-boilerplate

[NOT MAINTAINED] Clean boilerplate for TypeScript + Expo (React Native) + React Apollo (GraphQL)
https://github.com/dai-shi/typescript-expo-apollo-boilerplate

apollo-client expo graphql react react-apollo react-native typescript

Last synced: 13 days ago
JSON representation

[NOT MAINTAINED] Clean boilerplate for TypeScript + Expo (React Native) + React Apollo (GraphQL)

Awesome Lists containing this project

README

        

# typescript-expo-apollo-boilerplate

A boilerplate for TypeScript + Expo + Apollo Client v3 + React Navigation v5

## What is this?

This is minimal example code using following libraries:

- Expo SDK36 with TypeScript
- Apollo Client v3 with mocking
- React Navigation v5

## How to run

```bash
npm install -g expo-cli
git clone -b v2 https://github.com/dai-shi/typescript-expo-apollo-boilerplate.git
cd typescript-expo-apollo-boilerplate
npm install
npm start
```