A batteries included template for kick starting a TypeScript Cloudflare worker project.
Note: You must use wrangler 1.17 or newer to use this template.
Requirement:
- npm
- miniflare
- wrangler
more details on the version to be come.
cp .env.example .env
fill in the environment var in the file.
building the application:
npm run build
running the application locally:
npm run dev