react-to-electron-cli
v1.1.7
Published
Convert a React web app to an Electron desktop app
Downloads
18
Maintainers
Readme
React to Electron CLI
Convert your React web application into a standalone Electron desktop app with a single command.
Installation
Global Installation (Recommended)
Install the CLI globally to use it anywhere:
npm install -g react-to-electron-clinpx (One-time use)
Run directly without installation:
npx react-to-electron-cli
## Usage
After installation, run the CLI with:
react-to-electron
The tool will guide you through the conversion process interactively.
## Requirements
- Node.js 14+
- An existing React project (created with Create React App or similar)
## License
MIT © Baskaran M S