Skip to content

h0pers/html-coding-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML-CODING TEMPLATE

Here is my interpretation of template for doing html-coding. I would like to use gulp versus webpack. I see webpack much heavy than gulp, that is reason why I choosed gulp.

Installation

You are required to install node.

Super. When our node installed we can start to install requirement components of template.

The first one is Gulp --> Read more.

Lets install it. From gulp documentation 'quick start' we should use the command to install gulp on global level

  npm install --global gulp-cli

Install included libraries from package.json

  npm install --save-dev
  gulp

Super. We ready to work. Good luck

Deployment

By default gulp starts in watch mode, it means the dist folder will generate automatically but if you would like to build the app using command do

  gulp clean
  gulp build

To see more deployment command use

  gulp --tasks

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published