electron-boilerplate icon indicating copy to clipboard operation
electron-boilerplate copied to clipboard

Boilerplate application for Electron runtime

Results 3 electron-boilerplate issues
Sort by recently updated
recently updated
newest added

I just cloned this repo and run npm i and npm test. I have not made any changes. The test fails with the following error: > mocha temp/e2e.js --require source-map-support/register...

This could reduce the drawback of the design mentioned in README.

Following the discussion on szwacz/electron-boilerplate#170, this pull request adds to `electron-boilerplate` the capacity to compile and package an application fully coded in TypeScript. The `start`, `test` and `release` tasks show...