Docs menu

Getting started

Create your first React Dose project in a few prompts.

Prerequisites

  • Node.js 18+
  • npm, pnpm, or yarn (auto-detected for install)

Create a project

bash
npx create-react-dose@latest

Or pass a folder path:

bash
npx create-react-dose@latest ./my-app

Follow the interactive prompts, then:

bash
cd my-app
npm run dev

What happens under the hood

  1. Official scaffolder downloads (Vite / Next / React Router)
  2. Boilerplate cleanup and entry alignment
  3. React Dose architecture, features, and polish injection
  4. Dependency install for your package manager