Result of many testing with deno and rust for creating desktop app with web technologies
deno task start
/
loader.ts
- load all modules and build the appmod.ts
- Render the appapp.config
- App configuration*other
- Other files
app/
App directory
App.tsx
Principal app filestyle.css
App style
rust/
Rust directory
*
Rust files for build
.out/
Output directory (generated after build)
*
Output files