Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.41 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.41 KB

SuperNova Boilerplate

Electron + React + Redux + TypeScript + Webpack

Dependencies Status Dev Dependencies Status

Development Mode

yarn dev

Will build the Main Process with webpack --watch and the Renderer Process with webpack-dev-server

Production Build

yarn build

Will build both Main Process and Renderer Process with webpack

Start Application

yarn start

Will start Electron Application.

Use this same command for both Development Mode and Production Build.

Visual Studio Code

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