tauri/examples/react/next.js
renovate[bot] c938c5d30d
chore(examples) Update Rust crate serde_json to 1.0.46 (#388)
* 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>
2020-02-05 18:59:52 -05:00
..
components Added next.js example (#191) 2019-12-20 23:28:11 +01:00
pages Added next.js example (#191) 2019-12-20 23:28:11 +01:00
public Added next.js example (#191) 2019-12-20 23:28:11 +01:00
src-tauri chore(examples) Update Rust crate serde_json to 1.0.46 (#388) 2020-02-05 18:59:52 -05:00
.gitignore Added next.js example (#191) 2019-12-20 23:28:11 +01:00
package.json chore(examples) Update dependency next to v9.2.1 (#372) 2020-01-29 05:55:12 -06:00
README.md Make yarn build consistent across examples (#215) 2019-12-24 15:23:16 -06:00
yarn.lock chore(examples) Update dependency next to v9.2.1 (#372) 2020-01-29 05:55:12 -06:00

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