Skip to content

Gurenax/electron-first-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron with React + Lightning Design System

Trying out electron for the first time.

What's going on

  • Created an Electron App which was initially a Hello World App
  • Replaced the Hello World texts and embedded a React App on index.html
  • Used salesforce lightning design system for the styling
  • Created a webpack bundle for React then embedded the bundle to index.html
  • Made the Counters draggable

Build and run the App

git clone https://github.com/Gurenax/electron-first-app.git
yarn build
yarn start

Reference