Files
tauri/examples/react/next.js
Jacob Bolda 4f9d2e2ba7 enable new examples in smoke tests (#194)
* rename smoke tests

* split into prod and source runs

* rename test job names for clarity

* snake case gatsby site

* remove airtable api key

* add new examples

* add new examples to renovate

* add scripts to package.json

* finish off vanillajs example
2019-12-21 10:47:33 +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
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
yarn next export
tauri build