Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

haikbvn/with-tauri

Repository files navigation

Next.js with Tauri example

test-on-pr

This example shows how you can use Next.js inside an Tauri application to avoid a lot of configuration.

When trying to run npm start it will build serve them on localhost:3000.

How to use

Execute npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example https://github.com/haikbvn/with-tauri with-tauri-app
# or
yarn create next-app --example https://github.com/haikbvn/with-tauri with-tauri-app
# or
pnpm create next-app --example https://github.com/haikbvn/with-tauri with-tauri-app

Releases

No releases published

Packages

No packages published