Skip to content

Commit 6ed5a44

Browse files
committed
release Alphi Impressao
release Alphi Impressao
0 parents  commit 6ed5a44

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# PRINTER TEST WITH ELECTRON
2+
3+
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:
12+
13+
```bash
14+
# Clone this repository
15+
git clone https://github.com/fssonca/electron-printer
16+
# Go into the repository
17+
cd electron-printer
18+
# Install dependencies
19+
npm install
20+
# Run the app
21+
npm start
22+
```
23+
24+
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

Comments
 (0)