capocode/starter-inertia-react

There is no license information available for the latest version (dev-master) of this package.

dev-master 2022-04-07 01:22 UTC

This package is auto-updated.

Last update: 2024-04-07 05:57:49 UTC


README

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