Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 826 Bytes

File metadata and controls

31 lines (19 loc) · 826 Bytes

Remix Cloudflare Worker Service Bindings

This project shows an example of a remix app deployed to cloudflare pages. It uses cloudflare worker service bindings to make an API gateway which interfaces an example user service.

Cloudflare worker service bindings

Cloudflare worker service bindings

Deployment

Pre-requisite:

Make sure you set up the wrangler CLI and are signed into your CF account.

Steps

  1. cd into the services/user folder
  yarn publish
  1. cd into services/web-gateway folder
  yarn publish
  1. Deploy the git repository for the web on cloudflare Settings for setting up git repo on cloudflare