Skip to content

markmehere/weather-electron

Repository files navigation

Weather App

By Mark Pazolli

A sample app created with Electron extended from a similarly-named web app.

Technologies

  • React and Redux for the web core
  • Enzyme and Jest for testing
  • Electron for cross-platform support

Run

To run:

nvm use
npm install
npm start

To build the desktop app:

nvm use
npm install
npm run package

To test:

nvm use
npm install
npm test
npm run test:fix

To lint:

<