# worker-template-static **Repository Path**: mirrors_cloudflare/worker-template-static ## Basic Information - **Project Name**: worker-template-static - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Static Generate a static HTML or JSON page from raw strings in your Workers script. [`index.js`](https://github.com/cloudflare/worker-template-static/blob/master/index.js) is the content of the Workers script. Live Demos are hosted on `workers-tooling.cf/demos/static`: [Demo HTML](http://workers-tooling.cf/demos/static/html) | [Demo json](http://workers-tooling.cf/demos/static/json) #### Wrangler To generate using [wrangler](https://github.com/cloudflare/wrangler) ``` wrangler generate myApp https://github.com/cloudflare/worker-template-static ``` #### Serverless To deploy using serverless add a [`serverless.yml`](https://serverless.com/framework/docs/providers/cloudflare/) file.