Awesome
React Weather App
My coding assignment for Delivery Hero.
Try the deployed app or read below hot to run it locally.
How to run locally
First checkout the repository ($ git clone https://github.com/sapegin/react-weather.git
) or download it as a ZIP file.
Then install dependencies:
$ npm install
And run development server:
$ npm run server
It’ll open the app in your browser.
What’s inside
App
- React.
- alt — a simple Flux implementation: stores, actions, etc.
- window.fetch polyfill.
- Moment.js.
- bem-cn — BEM-style class name generator.
Styles
- Stylus.
- Autoprefixer (via Stylobuild Stylus plugin).
- Tâmia — my front-end framework.
Build
- Gulp.
- Bower.
- Webpack.
- Babel (as a Webpack loader) — ES6/JSX trasformation.
Debugging
Author
License
The MIT License, see the included License.md file.