Build an app with TanStack and Deno
I'm attempting to following along with the example at https://docs.deno.com/examples/tanstack_tutorial/ and I'm unsure of where to start. I ran
Am I just creating am "api" folder inside of my React app? If so, I did that and ran the next instruction,
Can someone tell me what I might doing wrong and what the literal first step is? Is not to just create a React app (by any means necessary)?
deno run -A npm:create-vite to start a React app (which isn't explicitly included as an instruction in this doc). The first real instruction is at "Start with the back API". Am I just creating am "api" folder inside of my React app? If so, I did that and ran the next instruction,
deno add jsr:@hono/hono in my app (inside of the "api" folder) and I keep getting error: npm package '@jsr/hono__hono' does not exist.Can someone tell me what I might doing wrong and what the literal first step is? Is not to just create a React app (by any means necessary)?
Deno
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno

