A simple text expander that read files from a local folder.
Simply clone down this repository, install dependencies, and get started on your application.
The use of the yarn package manager is strongly recommended, as opposed to using npm
.
Based on https://github.com/electron-userland/electron-webpack-quick-start
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir