MagePsycho / magento2-starter-theme

Magento 2 starter/boilerplate theme based on luma

Home Page:https://www.magepsycho.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 Starter Theme

Overview

This theme is boilerplate/starter theme for Magento 2 based on luma.

Features

  • Coming soon

CheatSheet

Responsive Media Queries
https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/responsive-web-design/rwd_css.html

Installation

1 Using Composer

composer config repositories.magepsychostartertheme git git@github.com:MagePsycho/magento2-starter-theme
composer require magepsycho/magento2-starter-theme:dev-master

2 Using Modman

modman init
modman clone git@github.com:MagePsycho/magento2-starter-theme.git

3 Using Zip File

  • Download the Extension Zip File
  • Extract & upload the files to /path/to/magento2/app/design/frontend/MagePsycho/default/

After installation by either means, enable the extension by running following commands (from root of Magento2 installation):

php bin/magento module:enable MagePsycho_Easypathhints --clear-static-content
php bin/magento setup:upgrade
php bin/magento cache:flush

Click here to read more on module packaging, installation & activation in Magento 2

Screenshots

...

Utility Extensions

After starter theme installation, you may also like to install

Changelog

...

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub. OR You can send an email to magepsycho[at]gmail.com OR submit the Contact Us form in case you need any kind of assistance, support and quotation.

Contribution

Any contribution to the development of Magento 2 Easy Template Path Hints is highly welcome. The best possibility to provide any code is to open a pull request on GitHub.

References

Tutorials

Themes

About

Magento 2 starter/boilerplate theme based on luma

https://www.magepsycho.com/


Languages

Language:HTML 70.0%Language:CSS 20.5%Language:PHP 4.8%Language:JavaScript 4.7%