Skip to content

myElectronMaterialDesign is a simple electron starter app with useful additions.

Notifications You must be signed in to change notification settings

Sulkar/myElectronMaterialDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myElectronMaterialDesign

Image of Electron APP

Clone and run for a quick way to setup Electron + Material Design + Material Design Icons + NeDB

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line: :boom: ALERT: it will download all the Material Design Icons for offline use (60mb) :boom:

# Clone this repository
git clone https://github.com/Sulkar/myElectronMaterialDesign
# Go into the repository
cd myElectronMaterialDesign
# Install dependencies
npm install
# Run the app
npm start

build your electron apps

For building the app we use the "electron-builder" module. Create an icon for your app and store it in the ./build folder (size must be 256x256 or higher). To build your final app run:

# Go into the repository
cd myElectronMaterialDesign
# Run electron-builder
npm run dist

Resources

About

myElectronMaterialDesign is a simple electron starter app with useful additions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published