Installing the dependencies
Client dependencies
In your terminal, navigate to /client folder and run bower install
After installation verify the following dependencies were installed:
"dependencies": {
"angular": "~1.3.16",
"angular-route": "~1.3.16",
"angularfire": "^2.3.0",
"ngmap": "~1.17.8",
"ngGeolocation": "~0.0.8"
}
Server dependencies
In your terminal, navigate to /server folder and run npm install
After installation verify the following dependencies were installed:
"devDependencies": {
"angular-jsdoc": "^1.5.0",
"firebase": "*",
"jsdoc": "^3.4.3"
},
"dependencies": {
"express": "^4.14.1",
"forever": "^0.15.3"
}