Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agneym/electrojet-electron-default

Default Application for Electrojet Electron Applications
https://github.com/agneym/electrojet-electron-default

electrojet-cli electron

Last synced: 6 days ago
JSON representation

Default Application for Electrojet Electron Applications

Awesome Lists containing this project

README

        

# Electrojet Electron Default Template

## Usage

```
npm init electrojet --template=electron
```

You can also skip the `template` and select `electron` from the list.

1. To run the server in development mode:

```
npm start
```

2. To build the application

```
npm run build
```

Find different configuration options at [Create Electrojet CLI](https://github.com/BoyWithSilverWings/create-electrojet/tree/master/packages/electron)