Skip to content

🖼 Inertia & Frontend Structure

RawDigs uses React + Inertia.js for the frontend.

Key Concepts

  • resources/js/Pages: Page components for routes
  • resources/js/Shared: Shared UI components
  • resources/js/Layouts: Application layouts
  • Route definitions live in Laravel backend, rendered with Inertia

Frontend Commands

npm run dev
npm run build