miniflare-esbuild-ava

Example project using Miniflare, esbuild and AVA

Stars
13

Miniflare Example Project

This is an example Cloudflare Workers project that uses Miniflare for local development, esbuild for bundling, and AVA for testing.

See the Developing with esbuild and Testing with AVA recipes on the Miniflare website for more details.

# Install dependencies
$ npm install
# Start local development server
$ npm run dev
# Run tests
$ npm test
Related Projects