Archived
1
Fork 0
Outdated app from 2019
This repository has been archived on 2025-07-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-07-15 23:59:47 -04:00
images Upload files to "images/Topbar" 2025-07-15 23:59:47 -04:00
.gitignore Upload files to "/" 2025-07-15 23:58:30 -04:00
about.html Upload files to "/" 2025-07-15 23:58:30 -04:00
account.html Upload files to "/" 2025-07-15 23:58:30 -04:00
contactdev.html Upload files to "/" 2025-07-15 23:58:30 -04:00
darkModeApply.css Upload files to "/" 2025-07-15 23:58:30 -04:00
discordinvite.html Upload files to "/" 2025-07-15 23:58:30 -04:00
expertdash.html Upload files to "/" 2025-07-15 23:58:30 -04:00
help.html Upload files to "/" 2025-07-15 23:58:30 -04:00
home.html Upload files to "/" 2025-07-15 23:58:30 -04:00
LICENSE.md Upload files to "/" 2025-07-15 23:58:30 -04:00
main.js Upload files to "/" 2025-07-15 23:58:30 -04:00
notes.txt Upload files to "/" 2025-07-15 23:58:30 -04:00
package-lock.json Upload files to "/" 2025-07-15 23:58:30 -04:00
package.json Upload files to "/" 2025-07-15 23:58:30 -04:00
README.md Upload files to "/" 2025-07-15 23:58:30 -04:00
renderer.js Upload files to "/" 2025-07-15 23:58:30 -04:00
settings.html Upload files to "/" 2025-07-15 23:58:30 -04:00
slackinvite.html Upload files to "/" 2025-07-15 23:58:30 -04:00
Splash.html Upload files to "/" 2025-07-15 23:58:30 -04:00
SplashWindow.js Upload files to "/" 2025-07-15 23:58:30 -04:00
style.css Upload files to "/" 2025-07-15 23:58:30 -04:00
styleMac.css Upload files to "/" 2025-07-15 23:58:30 -04:00
WixDark.css Upload files to "/" 2025-07-15 23:58:30 -04:00

electron-quick-start

Clone and run for a quick way to see Electron in action.

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

Use this app along with the Electron API Demos app for API code examples to help you get started.

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

You can learn more about each of these components within the Quick Start Guide.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning Electron

License

CC0 1.0 (Public Domain)