Skip to content

☁ Advanced typescript template for Cloudflare Workers. TypeScript + JWT Authentication + zod validation + kysely ORM

Notifications You must be signed in to change notification settings

schiacciata/cf-worker-template

Repository files navigation

cf-worker-template

☁ Simple typescript template for Cloudflare Workers

Project Structure 🌳

    - /src
        - /core (classes and utilities)
        - /handlers (handlers, ex: load every route)
        - /routes (folder that stores every route)
        - /types (folder that stores typescript types)

Installation ⬇

  • Install packages
    npm i
  • Build the worker
    npm run build
  • Start the worker
    npm run start

About

☁ Advanced typescript template for Cloudflare Workers. TypeScript + JWT Authentication + zod validation + kysely ORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published