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: about 23 hours ago
JSON representation
Monorepo Playground with GraphQL, React, React Native, Relay Modern, TypeScript and Jest
- Host: GitHub
- URL: https://github.com/entria/entria-fullstack
- Owner: entria
- License: mit
- Created: 2018-10-30T22:03:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T00:54:13.000Z (8 months ago)
- Last Synced: 2024-09-28T02:41:01.693Z (3 months ago)
- Topics: babel, babel7, graphql, jest, lerna, monorepo, react, react-native, relaymodern, typescript
- Language: TypeScript
- Homepage:
- Size: 3.98 MB
- Stars: 496
- Watchers: 24
- Forks: 74
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - entria-fullstack - Monorepo Playground with GraphQL, React, React Native, Relay Modern, TypeScript and Jest (TypeScript)
- awesome-list - entria-fullstack
- awesome-monorepo - Entria 的全栈式 Playground Monorepo - fullstack.svg?style=social&label=Star) (著名的公开 monorepos / Code ownership)
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 startingCompile Relay
```
yarn app:relay
```Start Package
```
yarn app:start
```