helixge / static-website-boilerplate

Boilerplate template for new static websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static-website-boilerplate

Boilerplate template for new websites

Initialization

After pulling the repository run the following command:

npm install

Primary Tasks

Process once

gulp process

runs the default gulp tasks with all subtasks only once

Process and run the watcher

gulp

runs the default gulp task with all subtasks and executes a watcher for css and js changes

Run a webserver and watch

gulp webserver

runs the default gulp task with all subtasks, executes a watcher for CSS and JS changes and runs the webserver

Additional parameters

Run production build

--prod

By adding --prod argument to any task, minification processing will be applied to JS and CSS outpts.

About

Boilerplate template for new static websites

License:Apache License 2.0


Languages

Language:JavaScript 55.4%Language:SCSS 32.2%Language:HTML 12.4%