josedrac / maquetacionvlcft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. To install dependencies, assuming that you already have installed node, npm and ruby at least.

    Check what gems are installed with gem list should be, at least,

    sass (3.4.13)
    scss-lint (0.37.0)

    if not, install or update sass and scss-lint

    Check if bower is available with bower -v if it is missing, install it

    globally with npm install -g bower

    Check if gulp is available with gulp -v if it is missing, install it

    globally with npm install -g gulp

  2. To install project

    You need to run: npm install

  3. Gulp: default task

    • To run app: gulp
    • To generate the static files: gulp dist

    Default task include the following tasks 'sass-lint', 'jshint', 'sass', 'vendor-scripts', 'scripts' and 'watch'.

Useful links

  1. Resources
  1. Gulp plugins

About


Languages

Language:CSS 58.2%Language:HTML 24.2%Language:Python 12.2%Language:JavaScript 5.4%