Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olegmarko/crud_inertia

Laravel + Inertia + Vue + Tailwind
https://github.com/olegmarko/crud_inertia

Last synced: 4 days ago
JSON representation

Laravel + Inertia + Vue + Tailwind

Awesome Lists containing this project

README

        

## Laravel + Inertia + Vue

```
git clone [email protected]:OlegMarko/crud_inertia.git
cd crud_inertia
cp .env-example .env
composer install
./vendor/bin/sauil up -d
./vendor/bin/sauil artisan test
./vendor/bin/sauil npm install
./vendor/bin/sauil npm run test
```