Skip to content

Boilerplate for electron applications built with typescript

License

Notifications You must be signed in to change notification settings

timothyac/quark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quark

Boilerplate for Electron applications built with typescript

What can it do

Quark gives you a boilerplate to an Electron application built with typescript, up and running quickly.

Features

  • Great starting place for those who want to try Electron, but use the superpowers of Typescript
  • Compiles TS to ES6 (can be configured in tsconfig)
  • Uses plain HTML & CSS, but can be set up to add front-end frameworks
  • Open Source and always free

Install

Make sure you have Node.js, Typescript & Electron installed.

> git clone https://github.com/SunstroUS/quark.git
> cd quark
> npm install
> npm run start

Dev

Built with Electron.

Commands:

  • npm run start : Compiles the type and runs the application
  • npm run compile-type : Compiles just the type without starting the application

About

Boilerplate for electron applications built with typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published