Get started in three steps
This quickstart guide assumes that you already have Rust and Cargo up and running on your machine.Look at this guide if you want to know how to setup Rust and Cargo on your machine.
Step 1: Install the kit-cli
Install the kit-cli on your machine via Cargo using the following command:Terminal
Step 2: Create your project using kit-cli
Run the following command to create your project. Replace thetodo-app with your project name
Terminal
Step 3: Start the web server
Now that you have the project setup you need to go to the project directory and then run kit serve command:Terminal
