jgatjens / gulp-webapp-hbs

scaffolding front-end apps with gulp and hbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp-webapp + hbs and ES6

Features

  • All generator-gulp-webapp features
  • ES6
  • Handlebars
  • Inject Svg sprites

Dependecies

  • Node (> 0.12.0)

Getting Started

  • Run npm install to install node dependencies
  • Run bower install to install Front-End dependencies
  • Run gulp serve to preview and watch for changes
  • Run bower install --save <package> to install frontend dependencies
  • Run gulp serve to preview the app
  • Run gulp to build your webapp for production
  • Run gulp serve:dist to preview the production build

About

scaffolding front-end apps with gulp and hbs


Languages

Language:JavaScript 40.5%Language:HTML 34.7%Language:CSS 24.8%