create-react-electron-app

2.1.1 • Public • Published

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.

Package Sidebar

Install

npm i create-react-electron-app

Weekly Downloads

19

Version

2.1.1

License

MIT

Unpacked Size

33 MB

Total Files

96

Last publish

Collaborators

  • aviad_cohen
  • big_blue_whale