Skip to content

omkar-dev/Electron-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron-101

Basic Electron Getting Started

First Install the Basic Requirements.

1) Node js from

https://nodejs.org/en/download/

2) Install Electron

npm install -g electron

If that command fails with an EACCESS error you may have to run it again with sudo

sudo npm install -g electron

For Project Set up

Clone This Project To Get Started with Your BAsic Electron Project Boiler Template.

git clone https://github.com/omkar-dev/Electron-101.git
cd  Electron-101

To Set up Basic config Details.

npm init 

To install Dependencies

npm install

To Run The Project

npm start

About

Basic Electron Getting Started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published