Fusion of native and web application
Web-based UI loaded in a web frame
        Potentially with access to native features
Reinvent the wheel === false
        
      
            
            
        
      
              
              
            
        
      
        
$ npm install -g electron-forge
# Initialize a new project
$ electron-forge init my-new-project
# Launch your app
$ cd my-new-project
$ electron-forge start
        
        Templates for Vanilla JS, React, React + TS, Angular, VueJS, Jade Templating