renovate[bot] d2ae9c51db chore(examples) Update dependency next to v9.2.0 (#330) 5 سال پیش
..
components adaef1a3d7 Added next.js example (#191) 5 سال پیش
pages adaef1a3d7 Added next.js example (#191) 5 سال پیش
public adaef1a3d7 Added next.js example (#191) 5 سال پیش
src-tauri 584d01a268 Chore(examples) update cargo.toml with appropriate dependencies. (#303) 5 سال پیش
.gitignore adaef1a3d7 Added next.js example (#191) 5 سال پیش
README.md 75f032ae52 Make yarn build consistent across examples (#215) 5 سال پیش
package.json d2ae9c51db chore(examples) Update dependency next to v9.2.0 (#330) 5 سال پیش
yarn.lock d2ae9c51db chore(examples) Update dependency next to v9.2.0 (#330) 5 سال پیش

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