Skip to content

Starting point for creating static websites with Gulp, BrowserSync, and Handlebars.

License

Notifications You must be signed in to change notification settings

jadnco/static-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate

forthebadge

A starting point for creating static websites.

Features:

  • Sass/SCSS
  • Handlebars templating
  • ES6 minification & bundling
  • Live injection/reload with BrowserSync

Getting Started

Clone the repo using git clone or by clicking the Download ZIP button to the right.

git clone https://github.com/jadnco/boilerplate.git

Navigate to the directory to where it was cloned.

cd boilerplate

Install all dependencies using npm:

npm install

Run the default Gulp task to get started:

gulp

BrowserSync will automagically inject any changes you make to the stylesheets. You can view the website at one of the given access URLs:

[BS] Access URLs:
 ----------------------------------
       Local: http://localhost:3000
    External: http://10.0.X.XX:3000
 ----------------------------------

If you are working within a GitHub repo you can deploy your project, at any time, to a gh-pages branch by running:

gulp deploy

Credits

About

Starting point for creating static websites with Gulp, BrowserSync, and Handlebars.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published