Skip to content

A starter project to build awesome static website πŸš€

License

Notifications You must be signed in to change notification settings

keellyp/static-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

static-template

Node Gulp Yarn

A static template for HTML5, CSS3, JS run with Gulp

How to πŸŽ‰

Installation πŸ“¦

First, do not forget to install Node.js and Yarn. After downloaded the repository, install the node_modules with :

yarn install

Running the app πŸš€

To run the app, run this command in your terminal :

yarn run dev

Then browser-sync should start and you should be able to see the app.

Build it πŸ‘·

To build it, run this command in your terminal :

yarn run build

Features

  • BrowserSync : time-saving synchronised browser testing.
  • Clean : Delete the dist repo before each build
  • Style task : use sass, notify errors, autoprefixer, csscomb and sourcemaps
  • Javascript : use browserify, handle errors, minify
  • Srcset : create responsive images sizes. This task isn't include in watcher, must be launch by ourselves
  • Images : images optimisation for .png, .jpg, .svg & .gif
  • File include : plugin that allows to include HTML file to separate code.

Other πŸ”Ž

Author πŸ‘₯

Kelly Phan

Licence πŸ“„

This repository is under MIT Licence.

Releases

No releases published

Packages

No packages published