Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 482 Bytes

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.
``