capocode / starter-inertia-react
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/capocode/starter-inertia-react
Language:JavaScript
pkg:composer/capocode/starter-inertia-react
dev-master
2022-04-07 01:22 UTC
Requires
- capocode/framework: ^0.4.1
- inertiajs/inertia-laravel: ^0.5.4
This package is auto-updated.
Last update: 2026-03-07 10:20:06 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