Skip to content
/ gulp-skel Public template

Template repository for Gulp projects

Notifications You must be signed in to change notification settings

merc1er/gulp-skel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp project skeleton


Table of contents


💻 Run the develoment server

You will need nodeJS installed on your machine, then run:

npm install
npx gulp

👨🏻‍💻 Develop

Coding style

Use the coding style recommended by codeguide.co.

Structure
  • HTML files are located in /app/. .njk files are template (Nunjucks) files.

  • CSS files are located in /scss/. Use Sass syntax if possible.

  • JavaScript files are located in /js/. All files will be concatenated in alphabetical order unless specified otherwise.

Hit ctrl + C to stop the server.


🚀 Deploy

Run npx gulp build. The /dist/ folder contains the production website.

About

Template repository for Gulp projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published