Skip to content
/ Laravel-React Public template

start up for a react laravel project with vite

Notifications You must be signed in to change notification settings

soumiya59/Laravel-React

Repository files navigation

Prerequisite

  1. Make sure you have composer installed.
  2. Make sure you have latest stable version of node installed.

Installation

  1. git clone https://github.com/soumiya59/Laravel-React.git
  2. cd Laravel-React
  3. composer install && composer update
  4. rename the file .env.example to .env and run php artisan key:generate
  5. npm install

Development

Open your favorite terminal and run these commands.

  • npm run dev to run React app (if not working then --force)
  • php artisan serve for running Laravel app

About

start up for a react laravel project with vite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages