1
0
Fork
You've already forked Hunted-SWGEmu-Launcher
0
No description
  • JavaScript 57.7%
  • HTML 42.1%
  • CSS 0.2%
Find a file
2025年04月28日 06:40:35 +00:00
build launcher rebranding 2024年11月24日 12:09:38 -05:00
img Upload files to "img" 2025年01月06日 02:18:46 +00:00
node_modules fixed launcher 2024年11月28日 01:19:13 -05:00
profcalc updated server.json 2024年07月28日 15:43:24 -04:00
config fixed launcher 2024年11月28日 01:19:13 -05:00
config.json Update config.json 2025年02月20日 19:56:46 +00:00
description fixed launcher 2024年11月28日 01:19:13 -05:00
HEAD fixed launcher 2024年11月28日 01:19:13 -05:00
index fixed launcher 2024年11月28日 01:19:13 -05:00
index.html Update index.html 2025年04月28日 06:40:35 +00:00
install.js added origins stuff 2024年07月22日 09:06:32 +02:00
LICENSE.md added origins stuff 2024年07月22日 09:06:32 +02:00
main.js Add main.js 2024年12月31日 14:41:10 +00:00
md5.js added origins stuff 2024年07月22日 09:06:32 +02:00
package.json Update package.json 2025年02月20日 21:20:15 +00:00
packed-refs updates for 09/25/2024 2024年09月25日 04:58:06 -04:00
preload.js updated server.json 2024年07月28日 15:43:24 -04:00
README.md added origins stuff 2024年07月22日 09:06:32 +02:00
renderer.js Update renderer.js 2025年02月20日 21:39:48 +00:00
required.json Update required.json 2025年02月20日 20:44:28 +00:00
server.json Update server.json 2025年02月20日 20:47:08 +00:00
styles.css updated server.json 2024年07月28日 15:43:24 -04:00
test.js Update test.js 2025年02月20日 19:59:45 +00: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)