yarn devWill build the Main Process with webpack --watch and the Renderer Process with webpack-dev-server
yarn buildWill build both Main Process and Renderer Process with webpack
yarn startWill start Electron Application.
Use this same command for both Development Mode and Production Build.
SuperNova comes with configuration for VSCode:
- ⌘ + ⇧ + B to build the application and choose between Development and Build modes
- ⌘ + R to run the application in Debug Mode