Skip to content

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

NotificationsYou must be signed in to change notification settings

wsmajt/laravel-react-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://.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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages