Quick Start Tutorial
This chapter will walk you through the basics of Yarrow by creating a simple counter application.
This book is not meant as an introduction to the Rust programming language. If you are new to Rust, it is highly recommended to first read through the official Rust book. More Rust learning resources can also be found at https://www.rust-lang.org/learn.
The full source code of the completed tutorial can be found here.