renovate[bot] ba5747f982 chore(examples) Update Rust crate serde_json to 1.0.45 (#364) 5 anni fa
..
components adaef1a3d7 Added next.js example (#191) 5 anni fa
pages adaef1a3d7 Added next.js example (#191) 5 anni fa
public adaef1a3d7 Added next.js example (#191) 5 anni fa
src-tauri ba5747f982 chore(examples) Update Rust crate serde_json to 1.0.45 (#364) 5 anni fa
.gitignore adaef1a3d7 Added next.js example (#191) 5 anni fa
README.md 75f032ae52 Make yarn build consistent across examples (#215) 5 anni fa
package.json c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) 5 anni fa
yarn.lock c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) 5 anni fa

README.md

Running Example

Ensure you have setup and installed all the project dependencies.

npm install -g tauri
git clone https://github.com/tauri-apps/tauri
cd examples/react/next.js
yarn
cargo install tauri-cli

Development

yarn dev & tauri dev

Production

yarn build
tauri build