/weather-app

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Weather App

How to run:

Just install dependencies and start

npm install -g electron
npm install && npm start

How to develop:

npm install -g webpack
npm install -g electron
npm install
npm start
from another terminal: npm run watch