edulan / electron-search-example

Sample Electron app that implements findInPage feature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-search-example

Clone and run for a quick way to see an Electron in action.

This is a minimal Electron application to demonstrate the findInPage feature.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/edulan/electron-search-example
# Go into the repository
cd electron-search-example
# Install dependencies and run the app
npm install && npm start

About

Sample Electron app that implements findInPage feature


Languages

Language:HTML 99.0%Language:JavaScript 1.0%