1.0.3 • Published 2 years ago

create-electron-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Development Setup

Prerequisites

  • Install Node.js & Git.

Setting Up a Project

Install the Create Electron CLI globally:

npm install -g create-electron-cli

To create new React Electron Project:

create-electron

Run the application:

cd [PROJECT NAME]
npm run start

Hurrah!! Your project up and running happy coding! ;)