/lifecal

Primary LanguageHTML

estarter

Kickstart Electron app with Bulma's dark theme & Materialize CSS.

Developing

Install necessary dependencies:

npm install

Run development with hot reload:

npm run dev

Building

Build an executable for Mac:

npm run package-mac

Similarly, build for Window or Linux with:

npm run package-win
# or
npm run package-linux

The executable will be outputed in /release-builds directory.