Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 523 Bytes

laravel-react-project

Initial commit for a laravel-react-project

Set up instructions

  1. Go to the frontend/ folder
  2. Run yarn install
  3. Go to the backend/ folder
  4. Run composer install
  5. Create a MySQL/Postgres database
  6. Modify the .env file with the correct Database credentials
  7. Run php artisan migrate --seed
  8. Run php artisan key:generate

Use instructions

  1. Go to the backend/ folder and run php artisan serve
  2. Go to the frontend/ folder and run yarn start