An open API service indexing awesome lists of open source software.

https://github.com/pyk/cloudflare-workers-module

Cloudflare Workers module
https://github.com/pyk/cloudflare-workers-module

Last synced: about 1 year ago
JSON representation

Cloudflare Workers module

Awesome Lists containing this project

README

          

This is source code of my experiments building React apps with Cloudflare
Workers Module.

### Get started

Run the following command to install dependencies:

```bash
pnpm install
```

Use the following command to run local development server:

```bash
pnpm wrangler dev --local
```