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

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

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
```