client/README.md
BrowserBackdoor Client
===================
Requirements:
- Latest Node.js and npm
Basic usage:
```sh
# Install dependencies
npm install
#
# Configure index.html and main.js before the next command.
#
# Start the application
npm start
```
Creating executables (see https://github.com/electron-userland/electron-packager for more information):
```sh
# Install electron-packager
npm install electron-packager -g
# Create executables for all platforms
electron-packager . --all
```
See https://github.com/IMcPwn/browser-backdoor for more information.