This app displays how to make an Electron app that uses Ember.js with TypeScript. TypeScript is a strictly typed superset of JavaScript that is suitable for build larger, application-scale Javascript programs.
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm installbower install
npm start- This will start your app in Electron with live-reload enabled.
- ember.js
- ember-cli
- ember-electron - this adds an Electron shell for embedding the Ember app.
- ember-cli-typify - this is the package that adds Typescript support to the
ember-clibuild pipeline. - Typescript - more information about the language itself.