Lucas Fernandes Nogueira 4416cdbb30 chore(examples) update CSP and tauri-webpack to 0.2.0 (#256) %!s(int64=5) %!d(string=hai) anos
..
components adaef1a3d7 Added next.js example (#191) %!s(int64=5) %!d(string=hai) anos
pages adaef1a3d7 Added next.js example (#191) %!s(int64=5) %!d(string=hai) anos
public adaef1a3d7 Added next.js example (#191) %!s(int64=5) %!d(string=hai) anos
src-tauri 4416cdbb30 chore(examples) update CSP and tauri-webpack to 0.2.0 (#256) %!s(int64=5) %!d(string=hai) anos
.gitignore adaef1a3d7 Added next.js example (#191) %!s(int64=5) %!d(string=hai) anos
README.md 75f032ae52 Make yarn build consistent across examples (#215) %!s(int64=5) %!d(string=hai) anos
package.json cd85d681b7 Corrected example: Changed next build to next export (#200) %!s(int64=5) %!d(string=hai) anos
yarn.lock adaef1a3d7 Added next.js example (#191) %!s(int64=5) %!d(string=hai) anos

README.md

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