Skip to content

Latest commit

 

History

History
 
 

TanStack Start Example

This is a simple example of using takumi-js in TanStack Start with Cloudflare Vite plugin.

Before running the example, you need to build the native binary.

Make sure you have Rust installed.

bun --filter '*' run build

Then, run the development server.

cd example/tanstack-start
bun dev

Visit http://localhost:3000/ to see the result.