capocode / starter-inertia-react
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- capocode/framework: ^0.4.1
- inertiajs/inertia-laravel: ^0.5.4
This package is auto-updated.
Last update: 2024-11-07 07:27:00 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