WORK IN PROGRESS!!!
This is a code sample of a basic CRM (Customer Relationship Management) application that uses React for the front end.
This is a work in progress!
git clone git@github.com:asimon84/laravel-crm-react.git
Rename the file ".env.example" to ".env"
composer install
npm install
npm run build
php artisan migrate
php artisan db:seed
php artisan serve