Skip to content

wmc777/electron-ipc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ipc-demo electron configuration commands

  1. npm init -y
  2. npm install electron --save-dev
  3. npm start

git project setup commands

  1. git init
  2. git config --global user.name "[name]"
  3. git config --global color.ui auto
  4. git remote add origin [email protected]:wmc777/electron-ipc-demo.git

git project workflow commands

add changes

  • git add *

commit changes

  • git commit -m "commit message"

add / commit changes

  • git commit -a -m "commit message"

pushing changes to remote repository

  • git push origin master

git reference

git - the simple guide

About

Electron example code and exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published