miniflare-typescript-esbuild-jest
v1.0.0
Published
Example project using Miniflare, TypeScript, esbuild and Jest
Downloads
2
Readme
Miniflare Example Project
This is an example Cloudflare Workers project that uses Miniflare for local development, TypeScript, esbuild for bundling, and Jest for testing, with Miniflare's custom Jest environment.
# Install dependencies
$ npm install
# Start local development server with live reload
$ npm run dev
# Run tests
$ npm test
# Run type checking
$ npm run types:check