A Laravel CRUD using React.js
1- Run $ composer update This is how to make this Laravel project works
2- Run $ npm install && npm run dev
3- Create a .env using .env.example
4- Run $ php artisan db:seed
5- Run $ npm run watch
6- Run $ php artisan serve
go to your http://localhost:8000/ to see the result.