Files
tauri/examples/react/next.js
Lucas Fernandes Nogueira 4416cdbb30 chore(examples) update CSP and tauri-webpack to 0.2.0 (#256)
* chore(examples) update CSP and tauri-webpack to 0.2.0

* chore(updater) update tauri-api to 0.3.0
2019-12-31 20:09:34 +01:00
..
2019-12-20 23:28:11 +01:00
2019-12-20 23:28:11 +01:00
2019-12-20 23:28:11 +01:00
2019-12-20 23:28:11 +01:00
2019-12-20 23:28: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