Skip to content

david-peter-smith/Electron-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Playground Demo

Developer Environment Setup

To run the project locallly

Prerequisites

  • Install the latest NODEJS LTS
  • Clone Repostitory

Commands

To run the project ad hoc in developer mode locally open a command window to the repo and type

npm start

To build a new version of the application for distribution type the command:

npm run make

Misc

When Creating a new Electron project create a new folder, navigate to it using command and then type the following commands:

npm init
npm install --save-dev electron
npm install --save-dev @electron-forge/cli

For more information check out the official Electron Documents at: https://www.electronjs.org/docs/latest/tutorial/quick-start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published