Skip to content

Installation

The easiest way to start a new project is to run the following command and answer the prompts:

Terminal window
npm create houdini@latest

Once that’s completed, navigate into the newly created directory, install the dependencies using your favorite package manager and then run dev:

Terminal window
cd <project name> && npm i && npm run dev