Skip to content

johnkeru/react-laravel-boiler-plate

Repository files navigation

React with Laravel

This is a project that combines React with Laravel.

Installation

To install this project, follow these steps:

  1. Clone the repository:
  1. Go to the working directory:
  • cd <repo_name>
  1. Install the dependencies:
  • composer install
  • npm install -f
  1. If the @vitejs/plugin-react dependency is separated from the "dependencies" section in package.json, you must also run this command:
  • npm install @vitejs/plugin-react -f
  1. To run the project, you will need two terminal windows. One for Laravel server and one for React:
  • php artisan serve - for Laravel
  • npm run dev - for React

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published