This is a Tauri app template that uses Next.js as frontend framework.
Warning
This template uses Tauri v2 which is still in beta. It is not recommended to use this template for production apps.
The Next app is based on Next Ready
Install dependencies:
pnpm install
Run the development server:
pnpm tauri dev
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js and Tauri, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tauri Documentation - learn about Tauri v2 features and API.