renovate[bot] c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) пре 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 78f1e03495 feat(tauri.js) inject MutationObserver to lazy load JS/CSS on no… (#355) пре 5 година
.gitignore adaef1a3d7 Added next.js example (#191) пре 5 година
README.md 75f032ae52 Make yarn build consistent across examples (#215) пре 5 година
package.json c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) пре 5 година
yarn.lock c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) пре 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