https://github.com/btzr-io/electron-preact-app
:rocket: Create electron apps with no build configuration
https://github.com/btzr-io/electron-preact-app
css-modules electron electron-apps electron-preact preact redux webpack zero-configuration
Last synced: about 2 months ago
JSON representation
:rocket: Create electron apps with no build configuration
- Host: GitHub
- URL: https://github.com/btzr-io/electron-preact-app
- Owner: btzr-io
- License: mit
- Created: 2018-03-12T21:17:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T19:44:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T14:56:58.415Z (over 1 year ago)
- Topics: css-modules, electron, electron-apps, electron-preact, preact, redux, webpack, zero-configuration
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# electron-preact-app :atom_symbol: :arrow_right: :rocket:
Create electron apps with no build configuration.
[](https://david-dm.org/btzr-io/electron-preact-app)
[](https://github.com/btzr-io/electron-preact-app)
[](https://github.com/btzr-io/electron-preact-app/blob/master/LICENSE)
### Installation
```Shell
yarn global add electron-preact-app
```
```Shell
npm -g electron-preact-app
```
### Usage
Creating a new project:
```Shell
$ electron-preact-app create
```
### Commands
Full list of supported commands:
| Command | Args | Descrition |
| -------- | ------------ | ----------------------------------------------- |
| `create` | `` | Create a new project inside the current folder. |
### Flags
Full list of supported flags:
| Flags | Description |
| ------- | ------------------------------------------------------------------------------------------------------------------ |
| `--git` | Initialize as a git repository, include [common-files](https://github.com/kmindi/special-files-in-repository-root) |
### What's inside the bundle?
* electron, electron-webpack, electron-build.
* webpack, preact, redux, css-modules.