Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 515 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 515 Bytes

👷 worker-template Hello World

A template for kick starting a Cloudflare worker project.

index.js is the content of the Workers script.

Wrangler

To generate using wrangler

wrangler generate myApp https://github.com/cloudflare/worker-template

Serverless

To deploy using serverless add a serverless.yml file.