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...
npm install
npm start
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.