Skip to content

A base application using electron, webpack and react

License

Notifications You must be signed in to change notification settings

dancork/electron-base-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Base Application

Build Status

A framework for creating desktop applications using Electron and React

Installation

git clone https://github.com/dancork/electron-base-app.git
cd electron-base-app
npm i

Usage

Compile and launch the application

npm start

Package (TODO)

Using electron-packager to build Windows, Linux and Mac executables.

npm run package

Development

The client-side JavaScript files are stored in src and compiled in to app/bundle.js

Compile the assets

npm run build

Launch the app using electron

npm run launch

Dev Server - with hot load

To start Webpack's development server run:

npm run dev-server

Then in a browser navigate to http://localhost:8080/

About

A base application using electron, webpack and react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published