- This quick start guide
- React builded from my markdown editor project
- How to build an Electron app using create-react-app.
- Build an Electron App in Under 60 Minutes
- Packger Tutorial
First install npm packges
npm install
#or
yarn
After this, you can run localy or build an exportable version
# run localy
npm start
# build exportable version
# for linux
npm run package-linux
# Mac
npm run package-mac
# Windows
npm run package-win