Tensor-Programming cffda68b42 Refactor(All): Update and Format Deps for 2018 (#397) il y a 5 ans
..
components adaef1a3d7 Added next.js example (#191) il y a 5 ans
pages adaef1a3d7 Added next.js example (#191) il y a 5 ans
public adaef1a3d7 Added next.js example (#191) il y a 5 ans
src-tauri cffda68b42 Refactor(All): Update and Format Deps for 2018 (#397) il y a 5 ans
.gitignore adaef1a3d7 Added next.js example (#191) il y a 5 ans
README.md 7522d8ff8a chore(bundler) rename tauri-cli crate to tauri-bundler (#401) il y a 5 ans
package.json c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) il y a 5 ans
yarn.lock c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) il y a 5 ans

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-bundler

Development

yarn dev & tauri dev

Production

yarn build
tauri build