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

https://github.com/javdome/unstyled-react-jsx-starter-kit

Minimal Laravel starter kit with React (jsx), inertia, authentication, and no predefined styles.
https://github.com/javdome/unstyled-react-jsx-starter-kit

authentication inertiajs laravel react starter-kit unstyled

Last synced: about 2 months ago
JSON representation

Minimal Laravel starter kit with React (jsx), inertia, authentication, and no predefined styles.

Awesome Lists containing this project

README

          

# Laravel + Unstyled React JSX Starter Kit

## Introduction

Our Laravel + Unstyled React JSX starter kit provides a lightweight and flexible foundation for building Laravel applications with React JSX (inertia), without any predefined styles. It includes a built-in authentication system and provides unstyled views and layouts, allowing you to customize them as you wish. You can install your favorite libraries and CSS frameworks, such as Bootstrap, Tailwind, NES.css, Alpine, etc., or choose not to use any framework at all and design everything from scratch.

## Installation

### Via Laravel Herd

One-click install a new application using this starter kit through [Laravel Herd](https://herd.laravel.com):

Install with Herd

### Via the Laravel Installer

Create a new Laravel application using this starter kit through the official [Laravel Installer](https://laravel.com/docs/12.x/starter-kits#community-maintained-starter-kits):

```bash
laravel new my-app --using=javdome/unstyled-react-jsx-starter-kit
```

## Official Documentation

Documentation for all Laravel starter kits can be found on the [Laravel website](https://laravel.com/docs/starter-kits).

## Contributing

Thank you for considering contributing to our starter kit! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

## Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

## License

The Laravel + Unstyled React JSX Starter Kit is open-sourced software licensed under the MIT license.