Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 867 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 867 Bytes

Weather application

A simple application used to generate weather for each U.S state.

Contains:

  • a working example of a weather application using Yahoo Weather API.
  • react - redux
  • SASS
  • ES6 - 7 Support with Babel
  • Redux dev tools to help you keep track of the app's state
  • Routing
  • hot module replacement support so you can change modules or react components without having to reload the browser
  • a webpack production config so you can build the app and make it ready for production
  • Sass support, just import your styles wherever you need them
  • eslint to keep your js readable
  • much more...

Run the app

  1. npm install
  2. npm start

Build the app

npm run build

This will build the app into the "dist" directory in the root of the project. It contains the index.html along with the minified assets, ready for production.