# [Integrations](integrations) / React

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

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

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

<DocCodeBlock npm="npm create polygonjs@latest -t react-ts" yarn="yarn create polygonjs -t react-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

![React + Polygonjs](https://github.com/polygonjs/polygonjs-assets/blob/master/tutorials/react/react_example.gif?raw=true)

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