Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takeshape/jamstack-meetup-graphql-demo
https://github.com/takeshape/jamstack-meetup-graphql-demo
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/takeshape/jamstack-meetup-graphql-demo
- Owner: takeshape
- Created: 2018-11-14T03:48:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:11:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T21:26:01.531Z (over 1 year ago)
- Language: JavaScript
- Size: 967 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAMStack Meetup GraphQL Demo
### Run the API
- Open a new terminal tab run:
```
> cd api
> yarn install
> yarn start
```### Run the Client
- Open a new terminal tab run:
```
> cd client
> yarn install
> yarn start
```