8000 GitHub - ozbeksu/simpledo-client: SimpleDo Client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ozbeksu/simpledo-client

Repository files navigation

Instructions

Install and Run

Clone repository and install. Client is setup to work with simpledo-server. You can clone and setup the server first, if you haven't already.

Repo: https://github.com/ozbeksu/simpledo-server

git clone https://github.com/ozbeksu/simpledo-client
cd simpledo-server
yarn
cp .env.dev .env

After installion finishes run simpledo-server and client:

yarn dev

Developent

If you make any changes to schema.graphql file, you can generate new types with command:

yarn codegen
0