Weather forecast - side-project for experimenting with JavaScript frameworks
This is in-progress, and not yet functional.
Building:
-
Install node: http://nodejs.org/download/
-
In the project directory run:
npm install
-
To globally install the smart grunt runner (so it will run the version of grunt in your project directory) run:
npm install -g grunt-cli
-
Then run grunt to build project:
grunt
-
Run the app by loading the index.html file in either tmp/debug or tmp/release. Compressed release and debug packages can be found in the dist folder after building.