Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/dai-shi/typescript-expo-apollo-boilerplate
- Owner: dai-shi
- License: mit
- Created: 2018-10-22T03:33:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:22:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T23:34:32.677Z (27 days ago)
- Topics: apollo-client, expo, graphql, react, react-apollo, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 2.93 MB
- Stars: 144
- Watchers: 12
- Forks: 26
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```