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 # /