https://github.com/inmanturbo/vflat
Volt, Folio, Laravel and Tailwind
https://github.com/inmanturbo/vflat
alpinejs folio laravel tailwindcss volt
Last synced: 2 months ago
JSON representation
Volt, Folio, Laravel and Tailwind
- Host: GitHub
- URL: https://github.com/inmanturbo/vflat
- Owner: inmanturbo
- Created: 2024-01-27T22:58:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T07:39:29.000Z (over 2 years ago)
- Last Synced: 2025-04-02T19:58:29.136Z (about 1 year ago)
- Topics: alpinejs, folio, laravel, tailwindcss, volt
- Language: Blade
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vflat
[Volt](https://github.com/livewire/volt), [Folio](https://github.com/laravel/folio), [Laravel](https://github.com/laravel/laravel) **and** [Tailwind](https://github.com/tailwindlabs/tailwindcss)
Simple vflat stack, complete with your first counter component
## Installation
```bash
composer create-project inmanturbo/vflat vflat
```
```bash
cd vflat
```
```bash
npm install && npm run dev
```
```bash
php artisan migrate
```
```bash
php artisan serve
```