An open API service indexing awesome lists of open source software.

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.

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)