Skip to content

capocode/starter-inertia-react

Repository files navigation

Capo Starter

This is under heavy construction and might change at any time.

Site can be run via server or generated to static site.

Getting Started

composer create-project capocode/starter-inertia-react -s dev

npm i

npm run dev

// to build the site
composer run build

Routing

Routes will be generated based on the structure of your blade.php in the pages directory.

You can also use routes and controllers like a regular Laravel app