https://github.com/belchenkov/screenshot_snipping_tool_electron
Build a small screenshot snipping tool using the latest Electron framework, React.js, and the Blueprint UI toolkit for React.
https://github.com/belchenkov/screenshot_snipping_tool_electron
blueprint electron electron-builder react
Last synced: about 2 months ago
JSON representation
Build a small screenshot snipping tool using the latest Electron framework, React.js, and the Blueprint UI toolkit for React.
- Host: GitHub
- URL: https://github.com/belchenkov/screenshot_snipping_tool_electron
- Owner: Belchenkov
- Created: 2020-05-05T14:33:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T05:02:29.000Z (6 months ago)
- Last Synced: 2026-01-03T03:29:16.022Z (6 months ago)
- Topics: blueprint, electron, electron-builder, react
- Language: JavaScript
- Homepage: https://github.com/Belchenkov/screenshot_snipping_tool_electron/releases/tag/master
- Size: 3.59 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a Screenshot Snipping Tool (Electron.js & React.js)
> Build a small screenshot snipping tool using the latest Electron framework, React.js, and the Blueprint UI toolkit for React.
### [Demo](https://github.com/Belchenkov/screenshot_snipping_tool_electron/releases/tag/master)
## Installing
```sh
npm install
```
## Running
```sh
# terminal 1: run local web server
npm run serve
# terminal 2: run electron app
npm start
```
###### Good development)