claudioc / electron-typescript-react-quick-start

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 73.6%Language:HTML 13.8%Language:TypeScript 12.6%