/react-relay-webpack-ts-min

Initial setup of a minimum project using Webpack 5, Typescript and Relay 13

Primary LanguageJavaScript

Basic Setup of using Webpack 5, Relay 13 and Typescript

This is working example of how to configure a small project using Webpack 5, Relay 13 and Typescript.

Setup

  • Install dependencies npm i
  • Create a python env and run pip install 'strawberry-graphql[fastapi]'
  • Start graphql server graphql using python server/main.py
  • Open browser to http://localhost:8080/app/index.html