Boilerplate for Electron applications built with typescript
Quark gives you a boilerplate to an Electron application built with typescript, up and running quickly.
- 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
Make sure you have Node.js, Typescript & Electron installed.
> git clone https://github.com/SunstroUS/quark.git
> cd quark
> npm install
> npm run start
Built with Electron.
npm run start
: Compiles the type and runs the applicationnpm run compile-type
: Compiles just the type without starting the application