Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 223 Bytes

File metadata and controls

17 lines (8 loc) · 223 Bytes

NodeScratchPad

A simple app for quickly scripting in Typescript. No frills, no thrills!

Run Steps:

npm i

npm start

Other Commands:

npm run tsc (Validate Typescript)

npm run lint (Validate Syntax Styling)