Getting Started - Akmot9/tauri_crud GitHub Wiki
Prerequisites for Getting Started with Tauri
Before you begin working with Tauri, make sure you have the following prerequisites installed on your system:
Tauri Prerequisites
Ensure you follow the Tauri guide for getting started to install the necessary tools:
Node.js
Tauri and many of its associated tools require Node.js. If you don't have Node.js installed, you can download it from the official website:
Please make sure you have Node.js installed on your system before proceeding with the Tauri setup.
Other Prerequisites
Depending on your project and platform, you may also need other specific dependencies. Refer to the Tauri documentation for platform-specific requirements.
With these prerequisites in place, you'll be ready to start working with Tauri and building powerful cross-platform applications.