Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 493 Bytes

Wearables-Final-Group-Project

Requirements: Please have the following installed: - node js - npm - git

Instructions

  • git pull upstream master

  • cd <project directory>

  • Install dependencies: npm install

  • Copy the .env.example file and create a file called .env in your root structure

  • grab the needed variables in .env from Firebase

  • Run the local server do:npm start - the listen function is in bin/www

  • Go to: htttp://localhost:4000