Go to file
2025-07-09 15:42:15 +02:00
android android port 2025-07-09 13:17:33 +02:00
app vite cfg fix, floorplan 2025-07-09 15:35:23 +02:00
bootstrap init commit 2025-05-13 12:32:55 +02:00
config wip warehouse and inc stock workflow 2025-06-20 14:29:51 +02:00
database init commit 2025-06-02 07:36:24 +02:00
public init commit 2025-05-13 12:32:55 +02:00
resources shelf edits 2025-07-09 15:42:15 +02:00
routes vite cfg fix, floorplan 2025-07-09 15:35:23 +02:00
storage init commit 2025-05-13 12:32:55 +02:00
tests init commit 2025-05-13 12:32:55 +02:00
.editorconfig init commit 2025-05-13 12:32:55 +02:00
.env android port capacitor 2025-07-09 13:33:47 +02:00
.env.example init commit 2025-05-13 12:32:55 +02:00
.gitattributes init commit 2025-05-13 12:32:55 +02:00
.gitignore android port capacitor 2025-07-09 13:33:47 +02:00
artisan init commit 2025-05-13 12:32:55 +02:00
capacitor.config.ts android port 2025-07-09 13:17:33 +02:00
composer.json wip warehouse visual, functionality 2025-07-08 10:41:10 +02:00
composer.lock wip warehouse visual, functionality 2025-07-08 10:41:10 +02:00
index.html android port 2025-07-09 13:17:33 +02:00
init_config_db.sql wip warehouse visual, functionality 2025-07-08 10:41:10 +02:00
jsconfig.json init commit 2025-05-13 12:32:55 +02:00
package-lock.json android port capacitor 2025-07-09 13:33:47 +02:00
package.json vite cfg fix, floorplan 2025-07-09 15:35:23 +02:00
phpunit.xml init commit 2025-05-13 12:32:55 +02:00
postcss.config.js init commit 2025-05-13 12:32:55 +02:00
README.md init commit 2025-05-13 12:32:55 +02:00
tsconfig.json init commit 2025-05-13 12:32:55 +02:00
vite.config.ts vite cfg fix, floorplan 2025-07-09 15:35:23 +02:00

Laravel Jetstream React (Typescript) Starter Kit

Introduction

A React starter kit based on Laravel Jetstream which provides a robust, modern starting point for building Laravel applications with a React frontend using Inertia.

Inertia allows you to build modern, single-page React applications using classic server-side routing and controllers. This lets you enjoy the frontend power of React combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.

This React starter kit utilizes React 19, TypeScript, Tailwind, and the HeadlessUI component library.

Getting Started

laravel new --using=adrum/laravel-jetstream-react-typescript

Documentation

Documentation for Official Laravel Jetstream can be found on the Laravel website. This project is not an official Laravel Jestream starter kit, but most of the documentation for Jetstream should apply to this project as well.

Note: The installer has already been run for you, so you can skip the jetstream:install command. Feel free to disable Jetstream features you don't need in the conifg/jetstream.php file.

Other Starter Kits

Check out my other Laravel starter kits:

License

The Laravel Jetstream React (Typescript) Starter Kit starter kit is open-sourced software licensed under the MIT license.