Skip to content

Screw boilerplates, let's do this piece by piece!

Notifications You must be signed in to change notification settings

breadbros/breaditor-v2

 
 

Repository files navigation

electron-from-scratch

Screw boilerplates, let's do this piece by piece!

Our Tests

/dist/ is for US to make artifacts to (via esbuild) /build/ is for ELECTRONBUILDER to take /dist/ and repackage

TODO

  • esbuild -> (dont minifify, do output sourcemaps: gives you code coverage!)

  • nyc (code coverage)

  • jest

  • implement packaage.json's scripts.build-types

  • Currently, src/main/index.ts is the only "hardpoint" for the node server code, as defined in build-infrastructre/esbuild.js 's entryPoints

About

Screw boilerplates, let's do this piece by piece!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.0%
  • CSS 7.0%
  • JavaScript 4.8%
  • Shell 1.8%
  • HTML 0.4%