Skip to content

IgnaciodeNuevo/tasks-boilerplate

Repository files navigation

Base

Base: Sass, JavaScript architecture and Gulp Tasks

Getting Started

Clone this repository on your local machine

git clone [email protected]:IgnaciodeNuevo/base.git Base
cd Base

Prerequisites

To install dependencies following command:

npm install

To run the project use the following command:

gulp

Structure

├─ 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

JavaScript Libraries

Non Gulp Plugins

Plugins

Temporarily unused plugins

Removed Plugins