/React-Electron

Develop electron apps with react

Primary LanguageJavaScript

Anabelle's React+Electron Template App

Last updated - 2020-05009

Quickstart:

Open your favorite console in the root folder and type

npm install
npm run dev

then open up react-src/index.js

Scripts:

To run any script, (type npm run {scriptname})

"dev" //opens an electron app that auto refreshes whenever you make changes. great for development. 
"build" //creates a production version of your app
"preview" //previews the production version of your app.
``