Initial commit
This commit is contained in:
28
NOTES.md
Normal file
28
NOTES.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# NOTES
|
||||
|
||||
# Prerequisites
|
||||
|
||||
- Install Rust
|
||||
- Install Node.js
|
||||
|
||||
# Create demo
|
||||
|
||||
1. Install `create-tauri-app`
|
||||
|
||||
```sh
|
||||
cargo install create-tauri-app --locked
|
||||
```
|
||||
|
||||
2. Create a Tauri app
|
||||
|
||||
```sh
|
||||
cargo create-tauri-app RustOnWebDemo
|
||||
```
|
||||
|
||||
3. Get started
|
||||
|
||||
```sh
|
||||
cd RustOnWebDemo
|
||||
npm install
|
||||
npm run tauri dev
|
||||
```
|
||||
Reference in New Issue
Block a user