Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (35 loc) · 869 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 869 Bytes

Laravel 7 and Svelte 3 SPA boilerplate using Inertia

A ready to develop Laravel and Svelte SPA using Inertia

Installation

Clone the repo

git clone https://github.com/dansvel/laravel-svelte.git
cd laravel-svelte

Install PHP dependencies:

composer install

Install NPM dependencies:

npm install

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Run artisan server:

php artisan serve

You're ready to go! Open browser and check the following address. http://localhost:8100

Credits