Skip to content

📦 Starter kit for web devs. 📦

Notifications You must be signed in to change notification settings

c2nm/boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 boilerplate 📦

this is a boilerplate starter kit for rapid web development.
it is based on npm scripts of alternatively on gulp.

includes

features

  • watchers for file changes
  • copy scripts
  • minification of html, js and css
  • bundling of external libs
  • extracting of critical css for above-the-fold-content
  • deferred loading of google analytics
  • google page speed 100/100 ready
  • full ie11 support

installation

mkdir testproject
cd testproject
wget https://github.com/vielhuber/boilerplate/archive/master.zip
unzip master.zip -d .
mv boilerplate-master/{.[!.],}* .
rm -r boilerplate-master
rm master.zip
rm README.md
npm install

usage

npm scripts (recommened)

npm run dev # run watchers, browsersync and use uncompressed versions
npm run build # build once for production

gulp (legacy)

gulp