asimonia / 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 w/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 then add javascripts/fb-getter.js to your .gitignore
  • Run Grunt to compile the CSS and JS files
  • You'll need to add all the logic for getting, adding, editing, and deleting songs to main.js and db-interactions.js
  • You'll need to add authentication logic to user.js
  • Can you become a Firebase Ninja Unicorn? Yup.

About

CRUD app skeleton for attaching some awesome firebase interactions


Languages

Language:JavaScript 74.7%Language:CSS 15.3%Language:HTML 9.9%