Files
tauri/examples/react/next.js/README.md
2020-02-08 12:51:48 -03:00

25 lines
316 B
Markdown

## 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-bundler
```
### Development
```
yarn dev & tauri dev
```
### Production
```
yarn build
tauri build
```