Imagine a YouTube where all the things we ever wanted, were given to us for free! Things like:
- No Ads on any platform
- Offline Videos
- Background Playback
Wouldn't that be great!? Now stop imagining, because you're looking right at it!
PS. Server code featuring MEAN stack, Google Polymer, Socket.io, and Material Design.
Main Screen | Mobile View |
---|---|
- Clone this repo!
- CD to this directory
- Install
Node
,Mongo
npm i -g bower gulp nodemon
- WebServer:
- Windows -
start nodemon
- Linux/MAC -
nodemon
[Start in a new shell in the same folder]
- Windows -
- Database: [Does not apply yet]
- Windows -
start 'mongod' "--dbpath ./data"
- Linux/MAC -
mongod --dbpath ./data
[Start in a new shell in the same folder]
- Windows -
- Navigate to
localhost:3000
- Refer to Google Polymer Elements Catalog for element reference
- We Used:
- iron-icon
- iron-icons [social icons]
- iron-flex-layout
- paper-button
- paper-toolbar
- paper-header-panel
- highcharts-chart
- All Components in /views/components
- AND a ton of other components from here and here