Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 377 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 377 Bytes

Weather app

BBC weather like application built with ReactJS

Features

  • Returns JSON feed from weather API
  • Webpack configuration
  • Use of ES6

Installation

Clone this repo

git clone https://github.com/neil-mills/weather-app.git
cd weather-app

Install all the dependencies

npm install

Run the app

npm run start