Clone and run for a quick way to setup Electron + Material Design + Material Design Icons + NeDB
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
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
- Electron's documentation
- Material Design Components
- Material Icons Guide
- NeDB - js Database
- Electron Builder Documentation
- .ICO Converter - dimension must be at least 256x256