Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josephgodwinkimani/laravel-inertia-react-starter

Laravel 11 + Breeze (Inertia SSR) + Interactive components for Tailwind CSS
https://github.com/josephgodwinkimani/laravel-inertia-react-starter

inertiajs laravel-breeze tailwind-css tw-elements

Last synced: 6 days ago
JSON representation

Laravel 11 + Breeze (Inertia SSR) + Interactive components for Tailwind CSS

Awesome Lists containing this project

README

        

## Laravel React Inertia Starter

- Laravel Breeze.
- Inertia SSR.
- TW Elements.
-

![Demo](.github/screenshot.png)

## Installation

```
$ git clone https://github.com/josephgodwinkimani/laravel-inertia-react-starter
$ cd laravel-inertia-react-starter

$ composer install
$ npm install
$ npm run dev

$ cp .env.example .env
$ php artisan key:generate
$ php artisan migrate
$ php artisan serve
```

## Security Vulnerabilities

If you discover a security vulnerability within this repository open an issue. All security vulnerabilities will be promptly addressed.

## License

The Laravel framework, Laravel Breeze, TW Elements and this repository is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).