Skip to content

eliseekn/laravel-react-starter-kit

Repository files navigation

laravel-react-starter-kit

Laravel and React.js monolithic architecture starter kit.

Keywords

  • Vite
  • React.js / TypeScript
  • Laravel (API)
  • Monolithic architecture

Installation

1. Clone project

git clone https://github.com/eliseekn/laravel-sanctum-starter-kit.git project-name

2. Install packages dependencies

cd ./project-name
composer install
yarn

3. Setup database

php artisan migrate --seed

Development

yarn dev
php artisan serve

Prepare for production

yarn build

License

The MIT License (MIT). Please see License File for more information.

Demo

You can find a demo project here.