> For the complete documentation index, see [llms.txt](https://www.devops.buzz/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.devops.buzz/public/reactjs/for-beginners.md).

# For beginners

## Create ReactJS app

```bash
npm i -g create-react-app
create-react-app my-new-app
cd my-new-app
yarn start
```
