Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicoaudy/laravel-inertia-starterkit
- Owner: nicoaudy
- Created: 2022-11-29T09:57:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T04:20:30.000Z (7 months ago)
- Last Synced: 2024-06-14T05:27:05.302Z (7 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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🎉