Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 897 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 897 Bytes

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