create-react-electron-app
v2.1.0
Published
A CLI tool to create an Electron app with a React template
Downloads
21
Readme
Create React Electron App
A CLI tool to create an Electron app with a React template
Quick Start
You can use npx
to directly create a new React Electron app using this package:
npx create-react-electron-app my-electron-app
cd my-electron-app
npm start
The generated project includes a "Guess the Number" game template to help you get started easily.
Features
- React: For building user interfaces
- Electron: For creating native applications with web technologies
- Webpack: For bundling the application
- Babel: For using the latest JavaScript features
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Acknowledgements
This project is based on the code of Electron React Boilerplate. We are grateful to the authors for their work.