Skip to content

moltenkaizen/widetube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

widetube

Image of Widetube

A Youtube viewer that's always full-width When viewing youtube tutorials on my laptop @ 1440x900 resolution, youtube wasn't full window width so I whipped together something quick. I was having a good time so I kept improving and building. Built a bookmarklet. It was a good opportunity to learn how to put together a gulp build system to handle ES6, SCSS, stylelint, and live reload with BrowserSync.

Getting Started

Clone this repo, then:

  • npm install
  • npm run dev -> runs gulp serve
  • npm run build -> runs gulp -> build into build/

Other Gulp tasks:

  • gulp -> build into build/
  • gulp lint-css
  • gulp serve