Setup Guide

Just a simple Laravel 8 application using Laravel Mix.

  1. Create a copy of the .env.example as .env
  2. Run composer install
  3. Run npm i
  4. Run npm run watch
  5. Run php artisan serve