Client-side rendering in laravel

This is a demo app to suppliment my Server-side apps with client-side rendering blog post.

Installing

  1. Clone repo
  2. Install Composer dependencies (composer install)
  3. Install NPM dependencies (npm install)
  4. Build assets (npm run dev)
  5. Configure a local database for the app
  6. Run migrations (php artisan migrate)
  7. Create Laravel application key (php artisan key:generate)
  8. View it in the browser!