Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 340 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 340 Bytes

webpack-gulp-template

Generic ES6 web app template with karma/jasmine test coverage

Tech

  • es6
  • gulp
  • webpack
  • karma
  • jasmine
  • handlebars
  • browser-sync

Getting Started

  • Clone the repo
  • Run the following
npm install && bower install
npm install -g gulp
npm install -g bower
npm install -g browser-sync
npm start