https://github.com/webgriffe/theme-bootstrap
Magento 2 theme based on Bootstrap
https://github.com/webgriffe/theme-bootstrap
Last synced: about 1 year ago
JSON representation
Magento 2 theme based on Bootstrap
- Host: GitHub
- URL: https://github.com/webgriffe/theme-bootstrap
- Owner: webgriffe
- License: mit
- Created: 2016-11-13T17:40:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T14:38:37.000Z (over 5 years ago)
- Last Synced: 2025-03-24T04:43:26.616Z (over 1 year ago)
- Language: HTML
- Size: 709 KB
- Stars: 74
- Watchers: 15
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Magento 2 theme based on Bootstrap
This is a Magento 2 theme based on Bootstrap.

The theme has been designed to be overridden by project's specific theme.
For example you can override only the `bootstrap-theme.less` and `_variables.less` files to completely customize the look and feel of your theme.
Installation
------------
Add this repository to Composer's repositories and then require the theme:
```
composer config repo.bootstrap-menu vcs https://github.com/webgriffe/module-bootstrap-menu
composer config repo.bootstrap-theme vcs https://github.com/webgriffe/theme-bootstrap.git
composer require webgriffe/theme-frontend-bootstrap "dev-master"
```
Then you should run Magento's setup upgrade:
```
php bin/magento setup:upgrade
```
Now you activate the Bootstrap Theme under `Content -> Design -> Configuration.`.
Lastly clear Magento generated suff and caches:
```
rm -rf pub/static/frontend/
rm -rf var/view_preprocessed/css/frontend/
php bin/magento cache:clean
```
ToDo
----
This theme is still work in progress. Here is a list of done / todo sections:
* ~~Home Page~~
* ~~Category Page~~
* ~~Product Page~~
* Cart
* Checkout
* ~~Login~~
* ~~Signup~~
* Forgot Password
* ~~Request~~
* Set Password
* My Account
* ~~Account Dashboard~~
* ~~Account Information~~
* ~~Address Book~~
* My Downloadable Products
* ~~My Orders~~
* My Credit Cards
* Newsletter Subscriptions
* Billing Agreements
* My Product Reviews
* My Wish List
License
-------
This library is under the MIT license. See the complete license in the LICENSE file.
Credits
-------
Developed by [Webgriffe®](http://www.webgriffe.com/). Please, report to us any bug or suggestion by GitHub issues.