Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 491 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 491 Bytes

Lite SSR

This repo has been fullfil it's task. The issue has been solved: inertiajs/inertia#2083.

How to run?

  • Git clone

  • Copy environment

cp .env.example .env
  • Install deps
composer install
  • Run artisan
php artisan key:generate
php artisan migrate
php artisan db:seed
  • Install NPM deps
npm install
npm run build
  • Run php artisan serve and php artisan inertia:start-ssr in separate tab terminal.