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.
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
You might also be interested into:
- https://github.com/electron/electron-quick-start
- https://github.com/chentsulin/electron-react-boilerplate
- https://github.com/ThorstenHans/electron-ts-ng2
- https://www.gitbook.com/book/charleslbryant/hello-react-and-typescript/details
- https://www.gitbook.com/book/basarat/typescript/details