Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 771 Bytes

Pristine Typescript Electron

What is this?

This is a starting place for an electron application based on typescript and pristine.

Usage

Development

  • npm start
  • npm run electron

Production

  • npm run electron:build

Getting Started

To get started, fork or duplicate the repository. Then edit this file and delete everything above this line.

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.