This is a quick node project template for demoing Codespaces. It is based on the Azure node sample.
Point your browser to Quickstart for GitHub Codespaces for a tour of using Codespaces with this repo.
This repo now includes a Cloudflare Workers configuration so you can run and deploy the app on Cloudflare.
npx wrangler loginnpm run cf:devnpm run cf:deploy- The Worker entrypoint is
worker.js. - Static files in
public/are served using theASSETSbinding configured inwrangler.toml.