An open API service indexing awesome lists of open source software.

https://github.com/pedroborges/laravel-svelte


https://github.com/pedroborges/laravel-svelte

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Laravel + Svelte + Inertia + Tailwind

## Installation

~~~sh
git clone git@github.com:pedroborges/laravel-svelte.git
cd laravel-svelte
composer install
cp .env.example .env
php artisan key:generate
yarn # or npm install
yarn run dev
~~~