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: 4 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T14:49:50.000Z (about 5 years ago)
- Last Synced: 2025-01-05T07:23:20.065Z (5 months ago)
- Topics: blueprint, electron, electron-builder, react
- Language: JavaScript
- Homepage: https://github.com/Belchenkov/screenshot_snipping_tool_electron/releases/tag/master
- Size: 228 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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)