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

https://github.com/albertoblaz/hackweek-graphql

React demo app wrapped in Electron that connects to a GraphQL backend built in JavaScript
https://github.com/albertoblaz/hackweek-graphql

apollographql create-react-app electron flow graphql javascript react sqlite styled-components

Last synced: 2 months ago
JSON representation

React demo app wrapped in Electron that connects to a GraphQL backend built in JavaScript

Awesome Lists containing this project

README

          

# HackWeek (GraphQL + Electron)

## How to install

1. Run server:
```bash
yarn
yarn start
```

2. Run client on web (on another console tab):
```bash
cd client
yarn
yarn start
```
(if it does not work, reload page)

3. Run desktop client with Electron (from `client/`)
```bash
yarn electron
```