# Hono minimal project This is a minimal project with [Hono](https://github.com/honojs/hono/) for Cloudflare Workers. ## Features - Minimal - TypeScript - Wrangler to develop and deploy. - [Jest](https://jestjs.io/ja/) for testing. ## Usage Initialize ``` npx create-cloudflare my-app https://github.com/honojs/hono-minimal ``` Install ``` yarn install ``` Develop ``` yarn dev ``` Test ``` yarn test ``` Deploy ``` yarn deploy ``` ## Examples See: ## For more information See: ## Author Yusuke Wada ## License MIT