EH1 electron starting
To Use - Eric's Notes
- see the typescript transpiler
tsc
- use build
scripts
inpackage.json
- example of electron typescript application
- DO NOT INCLUDE THE EXTENSION ON IMPORT STATEMENTS ie.
import { Security } from './security';
NOTimport { Security } from './security.ts';
Dependencies
To clone and run this repository you'll need installed on your computer. From your command line:
- Electron documentation.
- Git
- Node.js (which comes with npm)
# Clone this repository`
git clone https://github.com/erichiller/mkmrk
# Install dependencies and run the app
npm install ; npm start
GUI frameworks
- Angular2?
- React
Graphing
http://plottablejs.org/examples/finance/
https://github.com/palantir/plottable/wiki/Using-Plottable-With-Typescript-1.5
Async Functions
awesome
https://templecoding.com/blog/2016/02/17/async-await-with-es6-babel-and-typescript/