Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicoaudy/laravel-inertia-starterkit

Laravel, Inertia, React. Starterkit for personal usage
https://github.com/nicoaudy/laravel-inertia-starterkit

hacktoberfest

Last synced: about 6 hours ago
JSON representation

Laravel, Inertia, React. Starterkit for personal usage

Awesome Lists containing this project

README

        

# Laravel-React(Inertia) Starterkit



## Features

- [bun.sh](https://bun.sh/)
- [Roles & Permissions](https://spatie.be/docs/laravel-permission/)
- [Tailwindcss](https://tailwindcss.com)
- [shadcn/ui](https://ui.shadcn.com/)
- [Redis](https://redis.io/)
- [Mailcatcher](https://mailcatcher.me/)

## Docker Installation

- `make install`
- Access your app from port `1000`
- Access your mailcatcher from port `1026`

## Installation

- `composer install`
- Edit `.env` and set your database connection details
- (When installed via git clone or download, run `php artisan key:generate`)
- `php artisan migrate`
- `bun install`

## Usage

#### Development

```bash
bun run dev
```

#### Production

```bash
bun run build
```

## Notes

If you want to use javascript version, switch to branch `lang:javascript`

and all set🎉