Quickstart

When starting a Create React App (CRA) you optionally choose a template like: npm init react-app my-app --template typescript

npm
yarn
bun
pnpm
npm init react-app my-app

With that empty project, you just need to add the babylon dependencies:

npm
yarn
pnpm
bun
npm install react-babylonjs @babylonjs/core @babylonjs/gui