/laravel-react-skeleton

Skeleton project for Laravel, React, TailwindCSS (w/o shadcn-ui and dashboard) with fixed types

Primary LanguageTypeScript

Laravel React Skeleton

A skeleton project combining Laravel and React.js to kickstart your web application development. This project serves as a boilerplate for building a full-stack application with Laravel as the backend framework and React.js as the frontend framework.

Features

  • Laravel 9.x (Latest version)
  • React.js 18.x (Latest version of 18.x)
  • Tailwind CSS 4.x for styling (Latest version)

Requirements

  • PHP >= 8.0
  • Composer
  • Node.js and npm

Installation

  1. Clone the repository:
git clone https://github.com/wsmajt/laravel-react-skeleton.git
cd laravel-react-skeleton
  1. Install backend dependencies:
composer install
  1. Install frontend dependencies:
npm install
  1. .env file:
change name of CHANGE_ME_TO_.env to .env
php artisan key:generate
  1. Migrate Database:
php artisan migrate
  1. Run application:
composer run dev

Acknowledgements