0.0.1 • Published 9 years ago

youtube-comments v0.0.1

Weekly downloads
1
License
WTFPL
Repository
-
Last release
9 years ago

Just YouTube Comments.

(Mostly Just The Comments About The Eye.)

Incredibly stupid app built with great tools: browserify, autoprefixer, concurrently, and babel.

he has one eye. ILLUMINATI CONFIRMED.

Usage:

npm install - fetch dependencies listed in package.json.dependencies.

npm run start - starts the app in "developer mode". automatically recompiles script and style bundles. In a production environment (e.g. NODE_ENV=production npm run start), this command just starts the webserver for the app.

npm run bundle - alias for npm run bundle:scripts && npm run bundle:styles. generates the bundle.js and bundle.css that the app consumes. runs automatically at postinstall step, which means it runs automatically after deployment to Heroku.