- Node.js: Download and install from nodejs.org
- Rust: Install using rustup
- Zig: Download from ziglang.org
If you're on Windows, you'll also need to install Visual Studio Build Tools. The Rust installer will help you with this.
- Clone this repository:
git clone https://github.com/cherninlab/zig-tauri-boilerplate.git
cd zig-tauri-boilerplate
- Install dependencies:
pnpm install
Happy coding with Zig, Tauri, and React! 🚀