/epmd

Electron Preact Material Design

Primary LanguageJavaScript

Electron Preact Material Design demo

This is the demo repo for a blog post on how to create an Electron application using PreactJS and Material Design.

Read the blog post here

Video demo

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# test the production build locally
npm run serve

# build for production with minification
npm run build

# build packaged app for distribution
npm run ebuild

For detailed explanation on how things work, checkout the CLI Readme.