Make serverless apps in TypeScript using Cloudflare workers.
Make sure you have Node and Wrangler installed
-
Configure your project in
wrangler.toml
-
Install dependencies
npm install
- Develop your app
yarn dev
- Publish it using your api key (log into Cloudflare and go to the "workers" dashboard to find it)
CF_API_KEY=yourkey wrangler publish