> For the complete documentation index, see [llms.txt](https://asamarsal.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asamarsal.gitbook.io/notes/personal-documentation/template-react-js-+-vite-+-typescript.md).

# Template React JS + Vite + Typescript

```
npm create vite@latest todo-app -- --template react-ts
```

```
cd todo-app
npm install
npm run dev
```
