Skip to content

dmarsal90/react-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

React and Laravel CRUD

A brief description of what this project does and who it's for

Badges

Add badges from somewhere like: shields.io

MIT License

Run Locally

Clone the project

  git clone https://github.com/dmarsal90/react-laravel.git

Go to the project directory

Navagate to the backend and frontend folder, install dependencies and start the server

For the backend

  cd api 
  composer install
  php artisan serve 

if you want to have some sample data run

    php artisan migrate
    php artisan db:seed 

or

    php artisan migrate --seed

For the frontend

  cd front
  npm install
  npm run dev

Deployment

To deploy this project run

  npm run deploy

Author