generator-ts-electron-react

Yeoman Generator that includes Electron, React, and TypeScript.

Usage no npm install needed!

<script type="module">
  import generatorTsElectronReact from 'https://cdn.skypack.dev/generator-ts-electron-react';
</script>

README

generator-ts-electron-react

Yeoman Generator that includes Electron, React, and TypeScript, implementing electron-react-typescript by Robinfr

NPM version Build Status

TypeScript Electron React

Browserstack

Installation

First, install Yeoman and generator-ts-electron-react using yarn (we assume you have pre-installed node.js).

yarn global add yo
yarn global add generator-ts-electron-react

Then generate your new project:

yo ts-electron-react

About

This project implements electron-react-typescript by Robinfr

License

MIT © Ryan Myrvold