1.0.1 • Published 6 years ago

gulp-sass-starter v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

gulp-sass-starter

Description

A simple starter kit builded with Gulp, SASS, and js/sass lint for better coding

Start by running git clone https://github.com/brianeto/gulp-sass-starter.git

How to Run

  1. Make sure you have installed gulp-cli, and Yarn if you like to install your develop dependencies faster.
  2. on root folder run npm install or yarn install.
  3. Run gulp.
  4. Hack the matrix.

Purpose

This project is trying to give you a quick starter pack for your next static page focused on good FrontEnd practices without taking away the simplicity.\ The following libraries have been curated to get the best from npm

Develop Tools

Project Workflow

All the development files are located in src/ folder, please do not modify any css or js from the dist folder, it will be overwritten.

When committing, a wild pre-commit will spawn and will check all your js, sass code quality, so you may need to install jshint client npm install -g jshint.

TODO'S

  • submit an issue or a PR if you'd like to contribute :)