Skip to content

Electron + React + Redux + TypeScript + Webpack + HotReload Boilerplate

Notifications You must be signed in to change notification settings

Black-Monolith/SuperNova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published