tauri/examples/react/next.js
renovate[bot] d2ae9c51db chore(examples) Update dependency next to v9.2.0 (#330)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 17:53:11 +01: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 cargo.toml with appropriate dependencies. (#303) 2020-01-09 16:20:08 -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.0 (#330) 2020-01-15 17:53:11 +01: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.0 (#330) 2020-01-15 17:53:11 +01: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