/electron-search-example

Sample Electron app that implements findInPage feature

Primary LanguageHTML

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