Skip to content
/ electron-cra-setup Public template

Basic Electron + CRA setup to get you started.

Notifications You must be signed in to change notification settings

roldanjr/electron-cra-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic Electron + CRA setup to get you started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published