Skip to content

A minimal starter kit for Electron and React, using Typescript and Systemjs

License

Notifications You must be signed in to change notification settings

claudioc/electron-typescript-react-quick-start

Repository files navigation

OBSOLETE - DO NOT USE :)

Electron + Typescript + React JSX + Systemjs

This is a very minimal setup to start writing Electron applications which use Typescript and React.

The aim of this project is to use the smallest number of dependencies possible (which is probably not the ideal final set up), so to be able to focus on the most important bits and not waste time understanding something you don't really need at the moment.

Install

Note: if you use typings version 0.x and not 1.x, then you need to use typings-pre-1.json as your typings.json (sigh...)

npm install
npm install -g typings gulp
typings install
gulp
npm start

Further readings

You might also be interested into:

License MIT

About

A minimal starter kit for Electron and React, using Typescript and Systemjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published