Getting Started

This is a sample application created by Greg Hermo using Laravel 8, VueJS, Element UI and TailwindCSS. Please run the commands to setup.

  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • php artisan migrate --seed
  • npm install && npm run dev
  • php artisan serve

Main Features

  • login and registration
  • products page
  • cart page
  • add to cart and checkout