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
..
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 CSP and tauri-webpack to 0.2.0 (#256) 2019-12-31 20:09:34 +01:00
.gitignore Added next.js example (#191) 2019-12-20 23:28:11 +01:00
package.json Corrected example: Changed next build to next export (#200) 2019-12-22 11:24:27 +01:00
README.md Make yarn build consistent across examples (#215) 2019-12-24 15:23:16 -06:00
yarn.lock Added next.js example (#191) 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