Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josephgodwinkimani/laravel-inertia-react-starter
- Owner: josephgodwinkimani
- Created: 2024-05-18T14:33:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T07:27:07.000Z (6 months ago)
- Last Synced: 2024-05-20T08:38:22.124Z (6 months ago)
- Topics: inertiajs, laravel-breeze, tailwind-css, tw-elements
- Language: JavaScript
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).