Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 231 Bytes

Run locally with

mvn jetty:run

or package as a war file and run on a server

/typescript folder contains a sample npm project for compiling TS to JS use npx tsc to compile .ts to .js

require npm / npm install