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

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.

Awesome Lists containing this project

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`.