yarn dev
Will build the Main Process with webpack --watch
and the Renderer Process with webpack-dev-server
yarn build
Will build both Main Process and Renderer Process with webpack
yarn start
Will 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