Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.04 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.04 KB

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