Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyledoesdev/fallt-starting-kit

Starter kit for FALLT apps. Flux, Alpine, Laravel, Livewire & TailwindCSS.
https://github.com/kyledoesdev/fallt-starting-kit

alpinejs fluxui laravel livewire tailwindcss

Last synced: 22 days ago
JSON representation

Starter kit for FALLT apps. Flux, Alpine, Laravel, Livewire & TailwindCSS.

Awesome Lists containing this project

README

        

### My Laravel New Start

It's time to get to building.

Builds a starting point for a FALLT app.

FluxUI, Alpine, Laravel, Livewire & Tailwind.

### Instalation Instructions

- git clone ...
- composer i
- cp .env.example .env
- php artisan flux:activate
- php artisan key:generate
- php artisan migrate --seed
- npm i && npm run dev