KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
rgr
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
react-redux-pwa-template
:
Template for PWA by React/Redux
scichain
:
SciChain: Science on the Blockchain
piSchoolBell
:
This runs a Raspberry Pi as a controller for a school bell. It makes the school bell ring at the right times taking the calendar into consideration.
telegram-bot
:
Based on .NET Core framework.
think-auth
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rgr
?
Download (.md)
# Subscriptions with GraphQL + Relay ### Starting the App Build graphql schema: `npm run build:schema` Run relay compiler: `npm run relay` Run relay compiler in watch mode: `npm run relay -- --watch` To start the server: `npm run start:server`. Server will be running at port `4000`, and `graphiql` will be available at this port. To start dev client: `yarn start`. App will be running at port `3000`. <br><br> ### Helpful resources on graphql subscriptions [Tutorial: GraphQL Subscriptions on the Server](https://dev-blog.apollodata.com/tutorial-graphql-subscriptions-server-side-e51c32dc2951) [How to GraphQL - Subscriptions](https://www.howtographql.com/graphql-js/9-subscriptions/) [Apollo GraphQL Subscriptions Docs](https://www.apollographql.com/docs/graphql-subscriptions/) <br><br><br> **This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).**