Base: Sass, JavaScript architecture and Gulp Tasks
Clone this repository on your local machine
git clone git@github.com:IgnaciodeNuevo/base.git Base
cd Base
To install dependencies following command:
npm install
To run the project use the following command:
gulp
├─ src/ # Master
│ └─ assets/
│ ├─ fonts/ # Typography
│ ├─ images/ # Images
│ ├─ javascript/ # Scripts
│ └─ styles/ # Estilos
│
├─ dist/ # Distribution
│ └─ assets/
│ ├─ fonts/ # Typography
│ ├─ images/ # Optimized images for production
│ ├─ javascript/ # Optimized scripts: concatenated and minified
│ └─ styles/ # Optimized styles: concatenated and minified
│
├─ .gitignore # Files excluded from Git
├─ .stylelintignore # Not linted by Stylelint files
├─ .stylelintrc # Stylelint styles
├─ index.html # HTML Index
├─ gulpfile.js # Gulp config
└─ package.json # Dependencies