The Tree Catalog WebApp is designed to display a list of trees for Pleasant Grove’s website at http://beautiful.plgrove.org for the Pleasant Grove Beautification and Shade Tree Commission. It will be used to replace their current list of trees to decrease the load time for visitors to those pages. The product will incorporate search functionality and filtering capabilities
This WebApp uses the angular-seed from Angular's GitHub repo using the MIT license.
This WebApp utilizes the bootstrap framework for a mobile first design, the theme is adapted from the Flatly therme at bootswatch.com also under the MIT license.
node.js tools are used to initialize the Tree CAtalog WebApp. You will need node.js and npm installed. Get them at http://nodejs.org/.
Clone the angular-seed repository using git:
git clone https://github.com/bparmley/treeCatWebApp.git
cd treeCatWebApp
npm install
npm start
Browse to the WebApp at http://localhost:8000/app/.
For detailed information regarding the angular-seed base used in this WebApp visit https://github.com/angular/angular-seed