/ docs / 1_getting_started.org
1_getting_started.org
 1  #+title: Learning TanStack
 2  #+date: [2024-09-06 Fri]
 3  #+author: Xavier Brinon
 4  #+startup: indent
 5  * 🩼 Basic templates
 6  There are four required files for *TanStack Start* usage:
 7  - The router configuration :: =app/router.tsx=
 8  - The server entry point :: =app/ssr.tsx=
 9  - The client entry point :: =app/client.tsx=
10  - The roof of the application :: =app/routes/__root.tsx=