Show HN: React starter script with free Cloudflare CI/CD

github.com

4 points by drumnickydrum 3 days ago

Hi all! I built this starter script so that with a single command you can build a React app that is ready to deploy — globally and for free — to Cloudflare. It will bootstrap a pnpm monorepo with a client side React SPA deployed to Cloudflare Pages, and a server side Hono api deployed to Cloudflare Workers with KV storage. It is also prepped for Sentry error monitoring.

I omitted some critical components like a component library and routing so people can use it with their favorite tools. If you find what’s included or omitted to be odd, or see improvements for the readmes, post an issue and we can build out the most useful version.

masalachai 2 days ago

Very useful, thanks! Does it download the latest versions of the css, etc libraries?

  • drumnickydrum 2 days ago

    As of right now it downloads the latest minor versions of libraries. I am open to suggestions on best practices here.