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

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.

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
```