tauri/docs/development/intro.md
Kasper 4f9c9e6307
Restructure docs (#3180)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-01-07 09:30:23 -03:00

895 B

title
Introduction

This part of the documentation is dedicated to learning how to use Tauri.

Tauri provides a CLI, a Rust API, and a JavaScript API that you can use in your project. Because raw docs can be quite scary to newcomers (especially people who have never played with Rust before), we've created this "learn by example" section.

Here you will find guides and techniques to start a new project or add to your own project in order to fulfill your goals.

Tauri Development Workflow