> For the complete documentation index, see [llms.txt](https://shout-mahmud.gitbook.io/reactjs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shout-mahmud.gitbook.io/reactjs/master.md).

# ReactJS Getting Started

## Create React App

Move to the project directory to create an app.

```
npx create-react-app blog-app
```

## Start Server

Start the server. App will run in port 3000 by default.

```bash
npm start
```
