Skip to content

eliseekn/laravel-react-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

594140c · Apr 7, 2024

History

8 Commits
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 2, 2023
Apr 7, 2024
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023

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.