# [Integrations](integrations) / React Three Fiber

The easiest way to start a React-Three-Fiber + Polygonjs project is by using our create cli tool:

<DocCodeBlock
	npm="npm create polygonjs@latest -t react-three-fiber"
	yarn="yarn create polygonjs -t react-three-fiber"
></DocCodeBlock>

Or if you would like you use typescript, you can also use:

<DocCodeBlock
	npm="npm create polygonjs@latest -t react-three-fiber-ts"
	yarn="yarn create polygonjs -t react-three-fiber-ts"
></DocCodeBlock>

And then you can simply follow the prompt, and a starter template will be created for you.

Learn more about our <DocRouterLink bang href="/docs/install/new!" innerText="create cli tool &rarr;"></DocRouterLink>

## Example

-   [Live Demo](https://polygonjs.com/react-three-fiber)
-   [Component Repository](https://github.com/polygonjs/polygonjs-react-three-fiber)
-   [Demo Repository](https://github.com/polygonjs/polygonjs-react-three-fiber-example)

<DocVideo src="tutorials/react_three_fiber/react_three_fiber_example" />

<img
	style="margin:0px;padding:0px;width:100%"
	src="https://github.com/polygonjs/polygonjs-assets/blob/master/tutorials/react_three_fiber/scene_01.gif?raw=true"
></img>
