> For the complete documentation index, see [llms.txt](https://rmw-1.gitbook.io/react-most-wanted/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rmw-1.gitbook.io/react-most-wanted/getting-started.md).

# Getting started

## base-shell

Creating a **shell** starter kit is a fairly straight forward process:

```
npx create-react-app my-app --template base
```

## mui-shell

```
npx create-react-app my-app --template material-ui
```

## rmw-shell

```
npx create-react-app my-app --template rmw
```
