You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minimal Electron application to printer based on the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start) within the Electron documentation.
4
+
5
+
My thanks to [Hubertformin](https://github.com/Hubertformin/electron-pos-printer)
6
+
7
+
You can learn more about components electron within the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start).
8
+
9
+
## To Use
10
+
11
+
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
25
+
26
+
## Resources for Learning Electron
27
+
28
+
-[electronjs.org/docs](https://electronjs.org/docs) - all of Electron's documentation
29
+
-[electronjs.org/community#boilerplates](https://electronjs.org/community#boilerplates) - sample starter apps created by the community
30
+
-[electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
31
+
-[electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
32
+
-[electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron
0 commit comments