Skip to content

Basic configuration to create cross-platform desktop app with Electron and Create-React-App

Notifications You must be signed in to change notification settings

sebastianzuviria/electron-cra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron-React

Basic configuration to create cross-platform desktop app with Electron and Create-React-App

Running Dev Enviroment

$ git clone https://github.com/sebazdev/electron-cra.git
$ cd electron-cra
$ npm install
$ npm run dev

Foreman run dev server and then run electron.

Running Electron with a React build

$ npm run build
$ npm run electron

Electron run /build/index.html

Built Using

About

Basic configuration to create cross-platform desktop app with Electron and Create-React-App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published