Client-side rendering in laravel
This is a demo app to suppliment my Server-side apps with client-side rendering blog post.
Installing
- Clone repo
- Install Composer dependencies (
composer install
)
- Install NPM dependencies (
npm install
)
- Build assets (
npm run dev
)
- Configure a local database for the app
- Run migrations (
php artisan migrate
)
- Create Laravel application key (
php artisan key:generate
)
- View it in the browser!