An example of how to create a full-stack react graphql app using typescript and yarn workspaces.
yarn
to setup the workspaces and install all dependenciesserver-dev
to start the dev serverclient-dev
to start the react frontend
Integration tests are located in the test
package and can be run using the integration-test
command.