Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 335 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 335 Bytes

HackWeek (GraphQL + Electron)

How to install

  1. Run server:

    yarn
    yarn start
  2. Run client on web (on another console tab):

    cd client
    yarn
    yarn start

    (if it does not work, reload page)

  3. Run desktop client with Electron (from client/)

    yarn electron