This project is an application to list and track the possible parcels a user have. It makes use of angualr js as a frontend framework and backend in served on firebase. Google Maps Api is used for map views.
To get you started you can simply clone this repo and install the dependencies:
npm install
bower install
node_modules
- contains the npm packages for the tools we needapp/bower_components
- contains the angular framework files
The simplest way to start this server is:
npm start
Now browse to the app at http://localhost:8000/app/index.html
.