/weather

Sample Weather Forecasting SPA built with React and Redux

Primary LanguageCSS

Weather App

A sample javascript user interface framework to demonstrate weather forecasting using yahoo's weather API.

App uses React for component rendering and Redux for state management.

Getting Started

Requirements

 node > v6.0.0  npm > v5.0.0

Installation

cd ./WeatherApp                                                 # change to root dir
npm install                                                     # fetch dependencies

That should install the required libraries for this project.

Scripts

Run package scripts for builds, tests, development server, etc.

Command (npm run) Description
coverage Run Test Coverage.
test Run Tests.
server Start the Node Server.
dev Start the App and the Server together in Dev env.
prod Build the App for the production env.

Usage

open a web browser and go to the address http://localhost:4000/