mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
c938c5d30d
* chore(examples) Update Rust crate serde_json to 1.0.46 * Update Cargo.toml Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com> Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com> |
||
---|---|---|
.. | ||
components | ||
pages | ||
public | ||
src-tauri | ||
.gitignore | ||
package.json | ||
README.md | ||
yarn.lock |
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