resir014 / electron-starter-typescript-plus

Expanded Electron starter for TypeScript, featuring the electron-with-server architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-starter-typescript-plus

An example of James Long's electron-with-server example, modified to work with Webpack + Electron Forge.

This is a version of James Long's amazing electron-with-server translated to a Webpack-friendly setup with electron-forge. See this blog post by James himself to discover the benefits of this architecture.

Getting started

A Node.js 10.0.0+ setup with yarn is recommended.

# install dependencies
yarn

# ...or if you'd like to use npm instead
npm install

# run application locally with server window
yarn start

# build for production
yarn make

About

Expanded Electron starter for TypeScript, featuring the electron-with-server architecture.


Languages

Language:TypeScript 78.3%Language:JavaScript 18.0%Language:HTML 2.7%Language:CSS 1.1%