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

[SOLVED] This repo is a report for SSR issue on Inertia + Svelte 5.

Notifications You must be signed in to change notification settings

senkulabs/lite-ssr

Repository files navigation

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.

About

[SOLVED] This repo is a report for SSR issue on Inertia + Svelte 5.

Resources

Stars

Watchers

Forks