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
- Host: GitHub
- URL: https://github.com/pyk/cloudflare-workers-module
- Owner: pyk
- Created: 2022-10-03T14:19:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T09:43:09.000Z (over 3 years ago)
- Last Synced: 2025-02-07T17:23:59.466Z (over 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```