Example of using Cloudflare Workers with:
- Vite
- Vike
- React
Note
For creating a new Vike app, we recommend using Bati instead of copying this example. Because this example uses a custom React integration instead of using vike-react
which we generally don't recommend.
See vike.dev/cloudflare-workers.
git clone git@github.com:vikejs/vike
cd vike/examples/cloudflare-workers-react/
npm install
Develop:
For increased development speed, we use Vite's development server instead of a worker.
npm run dev
Preview the worker locally:
You'll need to login/create a Cloudflare account.
npm run preview
Deploy the worker to Cloudflare:
npm run deploy