Get started
Create a new project
1
npx create-electron-app@latest my-app
nodejs and npm must be installed
Run the app
1
2
cd my-app
npm start
Build the app
Build the app for your current platform
1
npm run make
Create a new project
1
npx create-electron-app@latest my-app
nodejs and npm must be installed
Run the app
1
2
cd my-app
npm start
Build the app for your current platform
1
npm run make
A new version of content is available.