🖼 Inertia & Frontend Structure¶
RawDigs uses React + Inertia.js for the frontend.
Key Concepts¶
resources/js/Pages: Page components for routesresources/js/Shared: Shared UI componentsresources/js/Layouts: Application layouts- Route definitions live in Laravel backend, rendered with Inertia
Frontend Commands¶
npm run dev
npm run build