React/Laravel application to display products and update front-end fields in real-time using Pusher.
Based on the Chirper app from the official Laravel Bootcamp.
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate
npm install
npm run dev
You'll also need a Pusher account. Update .env
with your credentials.
Use as needed.