A sample app created with Electron extended from a similarly-named web app.
- React and Redux for the web core
- Enzyme and Jest for testing
- Electron for cross-platform support
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:
<