Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 512 Bytes

File metadata and controls

26 lines (16 loc) · 512 Bytes

React Relay TypeScript Boilerplate

What is this?

A boilerplate for setting up a React application with Relay, TypeScript and Webpack

How to run it?

cd server/graphql

yarn && yarn create-env && yarn start

cd ../../client

yarn && yarn update-schema && yarn start

TODO