Skip to content

vladinator1000/ts-cloudflare

Repository files navigation

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

About

A starter project for TypeScript Cloudflare workers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published