Initial commit for a laravel-react-project
- Go to the frontend/ folder
- Run
yarn install
- Go to the backend/ folder
- Run
composer install
- Create a MySQL/Postgres database
- Modify the
.env
file with the correct Database credentials - Run
php artisan migrate --seed
- Run
php artisan key:generate
- Go to the backend/ folder and run
php artisan serve
- Go to the frontend/ folder and run
yarn start