Monorepo for @loopmode/create-electron-app
and its packages.
This project uses yarn workspaces. Development is incompatible with npm and you will have to use yarn
.
Install the dependencies in the project root folder:
git clone git@github.com:loopmode/create-electron-app.git
cd create-electron-app
yarn
Compiles all packages from typescript to javascript.
Like yarn build
, but wipes the output folders and deletes incremental compilation information first.
Like yarn build
, but watches the sources and recompiles after changes.