ticaje / magento-foundation-boilerplate
There is no license information available for the latest version (dev-master) of this package.
Magento/Foundation kind of marriage
Package info
github.com/ticaje/magento-foundation-boilerplate
Language:JavaScript
pkg:composer/ticaje/magento-foundation-boilerplate
dev-master
2018-02-15 17:07 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2026-03-08 09:37:31 UTC
README
#Magento & Foundation Boilerplate
- Fast, up and runnig magento environment with zurb foundation framework linging on out of the box
- Just few tools required to be installed on your system.
- Installation and use instructions only for unix based OSs users
This repository is intended to be some workaround for fast magento project's creation in a marriage to zurb foundation framework. The idea is to have a fast and easy to start working on copy of Magento, the result: a development environemt that includes such amazing frontend framework.
##Tools required to be installed:
##Installation
- Clone the project:
git clone git@github.com:ticaje/magento-foundation-boilerplate.git - Installing Magento: Execute
composer installfrom your project's root - Node dependencies: Inside the skin/frontend/adendum/default run
npm installto install node_modules locally - Foundation libraries: Inside the skin/frontend/adendum/default you must run
bower installin order to install Foundations dependencies and bower components)