Skip to content

Demo SPA using React and Laravel Inertia to display product listings and admin CRUD.

Notifications You must be signed in to change notification settings

wessama/react-laravel-products

Repository files navigation

Just for demonstration purposes

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.

To install on your local machine

  • 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.

License

Use as needed.

About

Demo SPA using React and Laravel Inertia to display product listings and admin CRUD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published