/weather

React weather

Primary LanguageJavaScriptMIT LicenseMIT

Weather React

Demo

Demo

Installation

$ npm i

Running in webpack dev server

$ npm run start
Open in browser
http://localhost:8080/

Build

$ npm run build

Style Linting

For style linting I'm using stylelint-config-standard

$ npm run lint:css

JavaScript Linting

For JavaScript linting I'm using eslint-config-standard-react

$ npm run lint:js

License

MIT