Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olegmarko/crud_inertia
- Owner: OlegMarko
- Created: 2024-03-06T00:42:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T15:42:38.000Z (8 months ago)
- Last Synced: 2024-03-07T01:44:18.326Z (8 months ago)
- Language: PHP
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```