/electron-cra-setup

Basic Electron + CRA setup to get you started.

Primary LanguageJavaScript

Electron + CRA Setup

Basic Electron + CRA setup to get you started.

🤙 Development

⚡ Quick Setup

  1. Install all app dependencies.

    yarn install or npm install
  2. Start the development.

    yarn develop or npm run develop

🛠 Building for Production

  1. Build Windows installer.

    yarn build:win or npm run build:win
  2. Build macOS installer.

    yarn build:mac or npm run build:mac
  3. Build Linux installer.

    yarn build:linux or npm run build:linux
  4. Build macOS, Windows and Linux installer at once.

    yarn build:mwl or npm run build:mwl

📰 License

MIT © Roldan Montilla Jr