diff options
author | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 12:43:09 -0700 |
---|---|---|
committer | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 12:43:09 -0700 |
commit | 5ffb5c1d55397162a419945eb81b942fad6603fc (patch) | |
tree | e3ec46506ff1a94d939ef53ce018e10b29213df2 /README.md | |
parent | 051748771895bb040188221c3e4136878dbedb8a (diff) | |
download | FlightCore-5ffb5c1d55397162a419945eb81b942fad6603fc.tar.gz FlightCore-5ffb5c1d55397162a419945eb81b942fad6603fc.zip |
. full code
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1 +1,19 @@ -Rust Tauri App Introduction from YouTube video:
\ No newline at end of file + +Source code for the [Rust Tauri Introduction Video](https://www.youtube.com/watch?v=kRoGYgAuZQE&list=PL7r-PXl6ZPcCIOFaL7nVHXZvBmHNhrh_Q) + +## Setup + +```sh +npm install +``` + +## Run + +```sh +# terminal 1 (UI localhost for hot-reload) +npm run ui-dev + +# terminal 2 (for the Tauri ho) +npm +``` + |