You’ll need a StarterKit account in order to use the CLI. Sign up

Installation

You can use the StarterKit CLI to download a TypeScript project to your local machine. Get started by installing the CLI using the npm package below.

npm

npx @understated/cli@latest

pnpm

pnpm dlx @understated/cli@latest

bun

bunx @understated/cli@latest

yarn

yarn dlx @understated/cli@latest

Authentication

When prompted, enter your secret StarterKit token, found on the Dashboard

Download

The CLI will help you choose your tech stack and then download the starter kit directly to your local machine.

Next steps