Looking to hire Laravel developers? Try LaraJobs

laravel-inertia-react-preset maintained by tortlewortle

Description
A Laravel preset for scaffolding InertiaJS and React (+ tailwind).
Author
Last update
2020/02/22 17:21 (dev-master)
License
Links
Downloads
6

Comments
comments powered by Disqus

InertiaReact

Installs react, inertiajs and tailwind.

Usage: first install the preset

composer require tortlewortle/laravel-inertia-react-preset

Run the preset:

php artisan preset inertia_react

Install dependencies and compile assets.

npm install && npm run dev

Hot Reloading

npm run hot

Inspired by a similarly named package from ravenberg <3