This is a Javascript / AngularJS webapp that provides geocoding and weather information lookup.
Link to the deployed website: Ryan's AngularJS Apps
Project was created circa November 2014.
Ryan Luu ryanluu@gmail.com
-
Node.js
-
npm install -g bower grunt-cli
-
Ruby
-
gem install compass
To get the environment setup, run the following in the project's top-level directory:
npm install
bower install
grunt serve
grunt karma:unit
The following command will build all source files and place them in the dist
directory.
grunt