0.1.0 • Published 3 years ago

@aoisummer/cra-template-electron v0.1.0

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

cra-template-electron

A simple template for Electron app.

Usage

To run this template you'll need Node.js installed on your computer.

More details:

Install

npx create-react-app your-project-name --template @aoisummer/electron
cd your-project-name
npm install

Development

npm start

Build production

npm run build