Ecosyste.ms: Awesome

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

https://github.com/entria/entria-fullstack

Monorepo Playground with GraphQL, React, React Native, Relay Modern, TypeScript and Jest
https://github.com/entria/entria-fullstack

babel babel7 graphql jest lerna monorepo react react-native relaymodern typescript

Last synced: 2 months ago
JSON representation

Monorepo Playground with GraphQL, React, React Native, Relay Modern, TypeScript and Jest

Lists

README

        

# Entria FullStack Playground
![supported version](https://badgen.net/badge/node/lts/green)

Let's us know how can we help

Read more about Playgrounds: https://medium.com/@sibelius/why-your-company-should-have-an-open-source-playground-4bb93068ce95

## Getting Started

### Installing
```
yarn install
```

### Run Server Package
```
yarn start:server
```

### Run Web Package
Compile Relay
```
yarn web:relay
```

Start Package
```
yarn web:start
```

### Run App Package
We recommend that you read https://facebook.github.io/react-native/docs/getting-started before starting

Compile Relay
```
yarn app:relay
```

Start Package
```
yarn app:start
```