/bf-calc

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

Primary LanguageJavaScript

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