Tauri and React boilerplate for a modern desktop application. Not a project nor a substitute tutorial for my video tutorials. I didn't use yew (wasm) since its component libraries are not to the calibre of existing React component libraries.
- Have
git
installed - Download this repository and rename the folder to YOUR_APP or click "use this template" and clone your new repo that is referred to henceforth as YOUR_APP
- Open YOUR_APP in an IDE
- Follow environment instructions in
SAMPLE_README.md
- While you run
pnpm install
to install dependencies,- Modify
productName, identifier, title
found insrc-tauri/tauri.conf.json
- Modify
authors
insrc-tauri/Cargo.toml
- Modify
HEADER_TITLE, FOOTER
found insrc/utils.js
- If you didn't click "use this template", remove the
.git
folder and reinitialize your own git repo - Delete or replace
LICENSE.md
since this template is public domain - Edit
SAMPLE_README.md
and replaceREADME.md
- Modify
- Run
pnpm dev
to start developing - Read Tips and Trouble Shooting section of the new
README.md
- If any problems arise, open an issue or contact me
Add https://github.com/elibroftw/modern-desktop-app-template/commits.atom to your RSS reader to stay up to date! I do not recommend pulling from my repo because you will need to edit the same files I reorganize
- The four views not found in boilerplate were added by yours truly. My About is the ViewExample provided in
src
Home view
is purposely not translated since it's a filler
The single instance plugin is already included in this template. Combine this plugin with the reading from below to get a Windows app URL protocol. This can be used for say Music Players, PDF Readers, etc.