a laravel^11 inertia react template, using inertia library for (SSD server side rendering, React State Management).
- typescript
- sass
- react
- inertia
composer
>= v2.7.2php
>= v8.2.12nodejs
>= v20.12.0
-
Clone Template
https://github.com/ds-joe/laravel-inertia.git
-
Download Nodejs
-
Download XAMPP for php server
-
Download Composer
-
Then write those commands.
# install vendor
$ composer install
# install node_modules
$ npm i
# run your migrations
$ php artisan migrate
# then run react compiler
$ npm start
# open new command line tab and write this command.
$ php artisan serve