Spotts9 / bf-calc

Calculator for Body Fat. Dynamic Firebase application using Node + Express

Home Page:https://bfcalc.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bf-calc

Prerequisites

  • Node.js version 6 or newer
  • git for your platform
    • Note for Windows users:
      • Edit $HOME\.gitconfig:
        Add these lines to avoid checking in files with CRLF newlines
        [core]
        autocrlf = input
  • Firebase CLI install the latest

Installation / Building Node Calc

  1. cd into the newly cloned project folder
  2. cd into functions folder
  3. Run npm install
  4. Run firebase serve to start local develop server
  5. Open http://localhost:5000/info in a web browser
  6. Deploy to FireBase

About

Calculator for Body Fat. Dynamic Firebase application using Node + Express

https://bfcalc.firebaseapp.com


Languages

Language:JavaScript 50.9%Language:Handlebars 31.1%Language:HTML 17.9%