Tulip Logo IconTulip
Getting Started

Installation

Create a new Tulip app with one command.

Create a new app from the Tulip starter template with one command.

Run the installer

Use npx to scaffold a new Tulip project:

npx create-tulip-app my-app

Start your app

Move into the project and run it locally:

cd my-app
npm install
npm run dev

On this page