An open API service indexing awesome lists of open source software.

https://github.com/loopmode/create-electron-app


https://github.com/loopmode/create-electron-app

electron electron-webpack initializer webpack yo-generator

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# @loopmode/create-electron-app-workspace

Monorepo for `@loopmode/create-electron-app` and its packages.

## Installation

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
```

## Usage

### `yarn build`

Compiles all packages from typescript to javascript.

### `yarn rebuild`

Like `yarn build`, but wipes the output folders and deletes incremental compilation information first.

### `yarn watch`

Like `yarn build`, but watches the sources and recompiles after changes.