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: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T08:49:29.000Z (over 1 year ago)
- Last Synced: 2025-05-22T02:41:12.333Z (about 1 year ago)
- Topics: electrojet-cli, electron
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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)