Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 683 Bytes

File metadata and controls

26 lines (20 loc) · 683 Bytes

#I-Mesh-You

Code repo for imeshyou.com

Created for launch of goTenna Mesh networking device

User-updatable, interactive leaflet cluster maps in React. User entries geocoded and stored in mongo, info immediately rendered on map.

Application Stack:

  • MongoDB database
  • Node server
  • React views
  • Leaflet mapping
  • SASS styling
  • Gulp task management

To run:
Install MongoDB
git clone https://github.com/jefarrell/I-Mesh-You
cd I-Mesh-You
npm install
bower install
mongod
node app.js
App will be running on localhost:3000