> For the complete documentation index, see [llms.txt](https://tutorial.specian.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.specian.co.uk/frontend/create-react-app.md).

# Create React App

Let's get started by using `create-react-app`. It will bootstrap the project with everything needed.

```
$ cd packages
$ rm -rf web
$ npx create-react-app web --typescript
```

Delete unnecessary files like `.gitignore` and `README.md`.
