electron/docs/tutorial/quick-start.md

23 lines
764 B
Markdown
Raw Normal View History

2015-09-01 02:18:46 +00:00
# Quick Start
2013-09-09 07:35:57 +00:00
2015-09-01 02:18:46 +00:00
Electron enables you to create desktop applications with pure JavaScript by
providing a runtime with rich native (operating system) APIs. You could see it
as a variant of the Node.js runtime that is focused on desktop applications
2015-09-01 02:18:46 +00:00
instead of web servers.
2013-08-14 22:43:35 +00:00
The old "Quick Start" document that used to live here has been split up into
two documents:
2013-08-14 22:43:35 +00:00
* To check out how a simple Electron app is built, see
[Writing Your First Electron App][first-app]
* To check out the process architecture, see
[Main and Renderer Processes][processes].
2013-08-14 22:43:35 +00:00
If you just came here to learn about Electron, check out the
[official guides][readme].
[first-app]: ./first-app.md
2018-02-20 00:25:02 +00:00
[processes]: ./application-architecture.md#main-and-renderer-processes
[readme]: ../README.md