Skip to content

devpaul/ts-dojo-electron-boilerplate

Repository files navigation

Electron with TypeScript and Dojo

This is a boilerplate for developing Electron applications. It features a complete development environment including

We hope this is a useful starting place to begin your electron project <3.

Quick Start

  • npm install
  • typings install
  • grunt
  • npm start

Building a Distribution

For OSX

To create an installer run

	grunt osxinstaller

For Windows

To create an installer on a Windows machine run

	grunt wininstaller

Many of the packaging options for electron require a Windows environment. If you are not on a Windows machine Docker can be used to build the application in a linux container with wine, nsis, and node installer. To do this we need to build the docker image

	docker build --tag="winelectron" .

Once built, a windows installer can be build using

	docker run --rm -v `pwd`:/src -v /src/node_modules winelectron

Running Tests

About

Basic Electron boilerplate with Dojo 2, Intern and TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published