Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Next.js Example

This is a simple example of how to use takumi-js in Next.js.

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/nextjs
bun dev

Visit http://localhost:3000/hello?name=Kane to see the result.