iamkevingreen / electron-react-auth0

Electron starter with React - Auth0 - HMR
MIT License
8 stars 3 forks source link
electron react starter-kit tutorial

Electron React Auth0


This repo has an in-depth tutorial on Medium that will explain main of the conventions and how it all works.

If you want to just dive that works as well.

npm install

Setup Guide

Duplicate the config-default.js to config.js and populate your Auth0 credentials. If you are using Google Auth I recommend following the tutorial up top because it has some Electron/React specific implications.

Build the project once with:

npm run build

Then run:

npm run watch - runs webpack/react

In another terminal window run:

npm run start - runs electron

If you have issues or questions please use the issues tracker.

Build your project with:

npm run package

Additional Reading & References

MIT License - Please contribute! :)