Skip to content

uchkunrakhimov/xprintertech

Repository files navigation

Xprintertech the design was copied and updated

Home page

Home page

Product detail page

Product detail

Product list

Product list

Mobile hamburger menu - triple action

Mobile hamburger

Footer

Home page

Dark theme

Dark home page

Home page

Dark popular products

Home page

Used

  • 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 structure

$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

License

MIT License.

Check out LICENSE for more detail.


Project setup

  • These should be done first

cp .env.example .env

composer install && npm install

php artisan key:generate

  • Watching sass

   npm run dev
  • Build production

    npm run build
  • Serve

php artisan serve