Skip to content

Implementation of Cloudflare's Turnstile widget using React and Cloudflare Worker

License

Notifications You must be signed in to change notification settings

StephenJLu/cloudflare-turnstile-react

Repository files navigation

Cloudflare Turnstile Implementation with React and Cloudflare Worker

Test Installation

Install dependencies:

npm install

Deployment

Local Dev:

npm run dev

Then run the app in production mode:

npm start

Production build for deployment:

npm run build

DIY

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of npm run build

  • build/server
  • build/client

About

Implementation of Cloudflare's Turnstile widget using React and Cloudflare Worker

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks