Skip to content

erichub/html5-webapp-boilerplate

 
 

Repository files navigation

HTML5 Webapp boilerplate

Why another boilerplate

KISS:

  • No assumption is made on whatever JS libraries or framework you use.
  • Use SASS or SCSS
  • Wired to use bourbon and neat but you can remove them pretty easily (only two @imports in main.scss)
  • Lots of tasks to produce a fully optimised and minified build of your work with usemin, uglifyjs, cssmin, htmlmin, imagemin and svgmin.

How to install

$ npm install
$ bower install # if you want bourbon and neat

How to use

$ grunt serve
$ grunt serve:dist
$ grunt build

How to install a frontend library or framework ?

$ bower install [your-library]
$ grunt wiredep

Last line is important to have some magic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • HTML 14.5%
  • CSS 2.8%