Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.2 KB

electron-ember-example

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

  • npm start
  • This will start your app in Electron with live-reload enabled.

Further Reading / Useful Links