Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agneym/electrojet-electron-default
- Owner: agneym
- Created: 2019-01-01T10:38:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T06:31:29.000Z (about 1 month ago)
- Last Synced: 2024-11-21T07:29:06.729Z (about 1 month ago)
- Topics: electrojet-cli, electron
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)