Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 245 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 245 Bytes

LIRET

Laravel Inertia REact TypeScript

A batteries-included starter for Laravel apps.

Setup

git clone https://github.com/dotangad/liret new-project
composer && npm i
cp .env.example .env
./vendor/bin/sail up -d
npm run watch