- git clone
git@github.com:sadhakbj/react-laravel-data-table.git dbtable
cd dbtable
cp .env.example .env
and update database credentials- Install the dependencies:
composer install
- Install frontend dependencies:
yarn
- Compile the code:
yarn dev
oryarn watch
- Boot the server:
php artisan serve
- Access:
http://localhost:8000