Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 764 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 764 Bytes

Weather App made using Electron


Note

Designs are still under contruction within the app.


Install

Clone the repo via git:

git clone https://github.com/pgerochi/forecast.git

And then install dependencies.

$ cd 
$ npm start

Run Application - devolopment mode

$ npm run dev

Packaging

To package apps for the local platform:

$ npm run package