Skip to content

mpolinowski/electron-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron + Create-React-App

Carbon Design Process

Following along the official IBM Tutorial. Start the React app (preparing the SASS styles takes a long time!):

npm install
npm start

To start the Electron App - first stop the React app then run:

npm run dev

Preparing the SASS styles takes a long time! Don't panic. Get yourself a coffee!

Documentation