Rebuild of WhatsApp Export Viewer Old from the ground up.
Start with: npm start
Vite builds the renderer and watches for changes. Meanwhile, electron starts up and loads the index.html file built.
Build with npm run build
Vite statically builds the renderer into
src/renderer/dist
, then electron-builder packages up the build into an executable.
Enjoy!