Last updated - 2020-05009
Open your favorite console in the root folder and type
npm install
npm run dev
then open up react-src/index.js
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.
``