agneym / electrojet-electron-default

Default Application for Electrojet Electron Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electrojet Electron Default Template

Usage

npm init electrojet <project-name> --template=electron

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

  1. To run the server in development mode:
npm start
  1. To build the application
npm run build

Find different configuration options at Create Electrojet CLI

About

Default Application for Electrojet Electron Applications


Languages

Language:JavaScript 93.1%Language:HTML 6.9%