Skip to content

hsubox76/firebase-analytics-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Analytics Minimal Setup (With Webpack)

This is the bare minimum needed to set up a web app using Firebase Analytics and Webpack, for use as an example and to help debug issues.

Setup

  • Clone the repo.
  • Put your Firebase config into the appropriate place in src/index.js.
  • yarn install
  • yarn build (Builds production files into dist/.)
  • yarn serve Serves files in dist/ at localhost:8080. This is not a dev server. No hot reloading. You must rebuild if you change the code.

About

Minimum setup for NPM-installed Firebase Analytics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published