A brief description of what this project does and who it's for
Add badges from somewhere like: shields.io
Clone the project
git clone https://github.com/dmarsal90/react-laravel.gitGo 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 --seedFor the frontend
cd front
npm install
npm run devTo deploy this project run
npm run deploy