tauri/examples/react/next.js/README.md

25 lines
312 B
Markdown
Raw Normal View History

2019-12-21 01:28:11 +03: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
```