Hello World
In this little lab we’ll simply create a basic project. This is very useful if you ever have to sanity check your development environment, I often follow these steps to see if user reports that Tauri is broken are true, or to quickly toss together some code for someone in a framework agnostic manner.
-
Create a project
Tauri has a project called “Create Tauri App”, or CTA for short.
-
Run the project
Use the Tauri Command-Line Interface (CLI) to run the project.