/reactcrud

Laravel CRUD example using React

Primary LanguagePHP

A Laravel CRUD using React.js

This is how to make this Laravel project works

1- Run $ composer update
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.