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

https://github.com/ecklf/mst-gql-compile-bug

https://github.com/mobxjs/mst-gql/issues/252
https://github.com/ecklf/mst-gql-compile-bug

Last synced: 5 months ago
JSON representation

https://github.com/mobxjs/mst-gql/issues/252

Awesome Lists containing this project

README

          

To run the server:

```sh
$ cd server/
$ yarn && yarn dev
```

To run the client:

```sh
$ cd web/
$ yarn && yarn start
```