Skip to content

xoqem/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

Weather forecast - side-project for experimenting with JavaScript frameworks

This is in-progress, and not yet functional.

Building:

  1. Install node: http://nodejs.org/download/

  2. In the project directory run:

    npm install

  3. 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

  4. Then run grunt to build project:

    grunt

  5. 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.

About

Weather forecast - side-project for experimenting with JavaScript frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published