Standard Electron App With ReactJS (TypeScript) - Create a new project powered by cea-template-react-typescript.
Pull the files on the repository.
git pull origin https://github.com/GabrielBizzi/cea-template-react-typescript.gitYou should now have a directory with all the files you need for a basic Electron app.
cd <your-directory>
npm startOr use with Yarn:
cd <your-directory>
yarn startSo you've got an amazing application there, and you want to package it all up and share it with the world. If you run the make script, Electron Forge will generate you platform specific distributables for you to share with everyone.
npm makeOr use with Yarn:
yarn makeContributions are greatly appreciated. Please fork this repository and open a pull request.