stayacid / portfolio_2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

Project based on gulp v4

Installation

  • Node version must be 11.11+ (use nvm if necessary). nvm
  • Install all packages
npm -i

Usage

Main gulp commands: Start project

gulp

Build project

gulp build

Remove build folder

gulp del

Clear img cache

gulp clear

Libraries are added by npm command. For example:

npm i --save-dev #library-name

Further required to add style files in _libs.scss or js files in gulpfile.js

About


Languages

Language:CSS 71.6%Language:HTML 22.7%Language:JavaScript 5.7%