A starter kit for the Laravel framework using Inertia.js, React, and Mantine.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 202

Type:project


README

laravel new --using=andrewperoramas/sassykit
cp .env.example .env;
make build;
make up