jimvickery / music-history-firebase-bolierplate

CRUD app skeleton for attaching some awesome firebase interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music History or Burning Down the House

Grunt, Browserify, Sass, Firebase3

To run:

  • Fork and clone this repo
  • cd into it
  • cd into lib and run npm install
  • Add your Firebase credentials to javascripts/fb-getter.js
  • Add javascripts/fb-getter.js to your .gitignore
  • Run Grunt to compile the CSS and JS files
  • Add logic for getting, adding, editing, and deleting songs:
    • main.js and db-interactions.js
  • Add authentication logic to user.js
  • Can you become a Firebase Ninja Unicorn? Oh yeah!
  • You will the answers to your questions in another branch.

About

CRUD app skeleton for attaching some awesome firebase interactions


Languages

Language:JavaScript 75.8%Language:CSS 13.9%Language:HTML 10.2%