Skip to content

A template to try out Remix's new dev server + HMR on Cloudflare Pages

Notifications You must be signed in to change notification settings

lordofthecactus/hydrogen-v2-cloudflare-pages

 
 

Repository files navigation

Hydrogen on Cloudflare Pages

A template to try out Remix's new dev server + HMR on Cloudflare Pages

Getting started

Install dependencies:

npm run install

You must use yarn at the moment or configure overrides for conflicts on @cloudflare/workers-types.

Start in development mode with HMR:

npm run dev

Visit http://localhost:3000/

Deployment

  • Point a new Cloudflare Pages project at your repository
  • Configure the build command to be npm run build
  • Configure the build output directory to be public

About

A template to try out Remix's new dev server + HMR on Cloudflare Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.8%
  • JavaScript 30.2%
  • CSS 8.6%
  • Shell 3.4%