https://github.com/micmro/soliloquy
React Frontend for Soliloquy single-user chat app.
https://github.com/micmro/soliloquy
Last synced: 6 months ago
JSON representation
React Frontend for Soliloquy single-user chat app.
- Host: GitHub
- URL: https://github.com/micmro/soliloquy
- Owner: micmro
- License: mit
- Created: 2017-07-18T06:10:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T14:32:59.000Z (almost 9 years ago)
- Last Synced: 2024-12-29T18:21:04.528Z (over 1 year ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soliloquy
React Frontend for Soliloquy single-user chat app.
# Fetch the Schema
```
graphql-fetch-schema http://localhost:8080/graphql -g
```
# Setup
```
yarn install
yarn start
```
## Development
Additionally run the relay compiler
```
yarn run relay -- --watch
```