TODO: Finish readme, too lazy
We are using React Router with the Vite Remix Router plugin. Example:
š routes
š store
š index.tsx # /store
š $productId.tsx # /store/[productId]
š store.tsx # Layout for all routes inside /store/
š index.tsx # /