miltoneiji / hello-graphql

Playground where I learn and test new technologies.
3 stars 0 forks source link

Hello, graphQL

hello-graphql is a playground where I learn and test new technologies. Even though the name of this repository refers only to GraphQL, it already has other cool stuff like Relay Modern and Typescript.

Check the issues.

Usage

Api

cd api

# build
yarn build

# start
yarn start 

Web app

cd webapp

# use relay-compiler
yarn relay

# build
yarn build:dev

# start
yarn start:dev