This is the example Rails repository to go along with my blog post, Rails, GraphQL, and TypeScript: a monolith worth trying.
Use Ruby 2.7. Install dependencies like this:
bin/setup
Start the Rails server:
rails s
Optionally, start a separate webpack dev server (for faster compilation):
bin/webpack-dev-server
Then visit some pages: