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@latestOr pass a folder path:
bash
npx create-react-dose@latest ./my-appFollow the interactive prompts, then:
bash
cd my-app
npm run devWhat happens under the hood
- Official scaffolder downloads (Vite / Next / React Router)
- Boilerplate cleanup and entry alignment
- React Dose architecture, features, and polish injection
- Dependency install for your package manager