Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 545 Bytes

Make serverless apps in TypeScript using Cloudflare workers.

Quickstart

Make sure you have Node and Wrangler installed

  1. Configure your project in wrangler.toml

  2. Install dependencies

npm install
  1. Develop your app
yarn dev
  1. Publish it using your api key (log into Cloudflare and go to the "workers" dashboard to find it)
CF_API_KEY=yourkey wrangler publish