-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
90 additions
and
7,995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.vscode/ | ||
.VSCodeCounter/ | ||
Cargo.lock | ||
target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
# RSTY Stack Example App | ||
|
||
Corresponding video: https://youtu.be/luOgEhLE2sg | ||
Corresponding video: https://youtu.be/luOgEhLE2sg | ||
|
||
- Suggest you install dependencies first: | ||
```bash | ||
cargo install --locked wasm-bindgen-cli | ||
cargo install --locked trunk | ||
cargo install cargo-watch | ||
cargo install tauri-cli | ||
``` | ||
|
||
- install Postman. | ||
|
||
Run the following commands in separate terminals: | ||
|
||
todo_api | ||
``` | ||
cargo watch -c -q -x run | ||
``` | ||
|
||
todo_web | ||
``` | ||
trunk serve --open --port 8081 | ||
``` | ||
|
||
todo_desktop | ||
``` | ||
cargo tauri dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Generated by Cargo | ||
# will have compiled files and executables | ||
.vscode/ | ||
.VSCodeCounter/ | ||
Cargo.lock | ||
/target/ | ||
|
Oops, something went wrong.