# Installation

## npx (Recommended)

```bash
npx @tanstack/cli create my-app
```

## Global

```bash
npm install -g @tanstack/cli
# or: pnpm add -g @tanstack/cli

tanstack create my-app
```

## Requirements

- Node.js 18+
