mirror of
https://github.com/tauri-apps/smoke-tests.git
synced 2026-01-31 00:35:18 +01:00
22 lines
219 B
Markdown
22 lines
219 B
Markdown
# React App
|
|
|
|
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
|
|
## Installation
|
|
|
|
```
|
|
$ yarn
|
|
```
|
|
|
|
## Dev
|
|
|
|
```
|
|
$ yarn tauri dev
|
|
```
|
|
|
|
## Build
|
|
|
|
```
|
|
$ yarn tauri build
|
|
```
|