To install:
npm install
See index.html
. To run a dev server, run:
npm run start
Check this repository out next to your TypeScript project.
npm install --save ../plot-converter-js
TypeScript:
import { hello } from 'plot-converter-js';
console.log(hello());
See Demo.java
javac Demo.java
java Demo