BrRenat / sample-app

graphql + react crud app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql + react crud

Client

Start client on local machine with remote api

cd client && yarn && yarn start

Start client on local machine with local api

cd client && yarn && yarn start:local

API

Start api on local machine

cd api && yarn && yarn start:local

About

graphql + react crud app


Languages

Language:HTML 75.7%Language:JavaScript 21.3%Language:CSS 3.0%