Search Docs
When starting a Create React App (CRA) you optionally choose a template like: npm init react-app my-app --template typescript
npm init react-app my-app --template typescript
npm init react-app my-app
With that empty project, you just need to add the babylon dependencies:
npm install react-babylonjs @babylonjs/core @babylonjs/gui