A JS/TS playground write using Tauri + React + Vite + Rust, made for fun <3
Bun is the core of this project, is used to process JS/TS code.
Pnpm is used for the installations of dependencies and build the React App components.
Rust is used for compiling and building the app
Install tauri-cli using cargo
, use cargo install tauri-cli
To start the development build, use cargo tauri dev
To build the app, use cargo tauri build
- MIT
- [] Change default icon (right now is used the Tauri icon, hehe)
- [] Use
which
/where
to determine bun path - [] Re-structure app to improve clean code
- [] Write unit test, ups!
- [] Create new tabs
- [] Stylising the app to improve UI/UX
- Theme selector
- [] Improve my english :P
- ... and more