Skip to content

twinbladeRoG/gulp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Boilerplate

A starter pack for developing static web application using Gulp and Webpack.

Installation


Requires Node.js v8+ to run.

Install global dependencies

npm i -g gulp

Install the dependencies and devDependencies.

npm i

Starting Server


Running dev server

npm run watch:dev

Running production server

npm run watch:production

Compile Sass

npm run compile:sass

Compile JavaScript

npm run compile:js

About

Automated Gulp front-end development boilerplate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published