Skip to content

ma-web-devs/functional-framework

 
 

Repository files navigation

Calendar App

Run yarn install or npm install to setup.

Then yarn bower -- install or npm run bower install

Finally, yarn serve or npm run serve to live serve your work

For docs yarn doc or npm run doc (they generate into docs folder, but you can also just read them inline as you code).

Added in a firebaseApp module that will setup firebase

// Keep in mind the relative path
import firebaseApp from './utils/firebase-app'

// Now you should have the firebase.database() reference:
firebaseApp.database.ref('events')

// There is also an alias firebase.auth() === firebaseApp.auth but we don't need that atm

If you see module "firebase" not found, try npm install again. Anytime switching branches it's a good idea to re-install dependencies it seems.

About

Calendar App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 5.5%
  • CSS 0.9%