https://github.com/nickescobedo/larashad
A starter kit based on Laravel Breeze which includes Inertia, React, Typescript, and shadcn/ui.
https://github.com/nickescobedo/larashad
Last synced: about 2 months ago
JSON representation
A starter kit based on Laravel Breeze which includes Inertia, React, Typescript, and shadcn/ui.
- Host: GitHub
- URL: https://github.com/nickescobedo/larashad
- Owner: nickescobedo
- License: mit
- Created: 2023-07-20T04:55:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T20:32:42.000Z (almost 2 years ago)
- Last Synced: 2025-08-29T11:05:08.464Z (7 months ago)
- Language: PHP
- Size: 130 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shadcnui - Github
README
# Larashad
A starter kit based on Laravel Breeze which includes Inertia, React, Typescript, and shadcn/ui.
The default shadcn/ui theme and css variables were used.
## Installation
* Clone repo
* `composer install`
* `npm install`
* Copy `.env.example` to `.env` and update `.env` as necessary
* `php artisan key:generate`
* `npm run dev`
## Usage
After creating your project, that's it customize it to your hearts content!
You're now ready to begin adding components via `npx shadcn@latest add`.