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
- Host: GitHub
- URL: https://github.com/ecklf/mst-gql-compile-bug
- Owner: ecklf
- Created: 2020-07-09T05:31:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:28:51.000Z (over 3 years ago)
- Last Synced: 2024-10-04T18:41:39.726Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 854 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```