- Bootstrap - The most popular HTML, CSS, and JS library in the world.
- Fancybox - Fancy jQuery lightbox alternative
- Hammerjs - Add touch gestures to your webapp
- Swiperjs - The Most Modern Mobile Touch Slider
- XZoom - jQuery Zoom Gallery plugin
$PROJECT_ROOT
│ # Pages
├── resources/views/pages
│ # Layouts
├── resources/views/layouts
│ # Components
├── resources/views/components
│ # Main file
├── resources/views/app.blade.php
│ # Static files for images and packages
└── public
MIT License.
Check out LICENSE for more detail.
cp .env.example .env
composer install && npm install
php artisan key:generate
npm run dev
npm run build
php artisan serve