Help with initializing project with cloudflare.

Hello, this is Patrick and I am experienced developer in backend but just dive into Serverless architecture with Cloudflare workers. I'm looking to learn how to use Cloudflare Workers with Hono.js, Prisma to build website. I need to make basic environment asap to finish my task. Thanks.
1 Reply
Nlea
Nlea3w ago
Hey Patrick, what do you mean by basic environment and what is your exact question? You can simple create a Hono app with the CLI and pnpm create hono@latest and choose in the setup Cloudflare workers template. This gives you the project structure to get started.

Did you find this page helpful?