Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takeshape/jamstack-meetup-graphql-demo


https://github.com/takeshape/jamstack-meetup-graphql-demo

Last synced: 1 day ago
JSON representation

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