Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

File metadata and controls

8 lines (6 loc) · 316 Bytes

Clean NodeJS-TypeScript script template

for quick scripting and prototyping

index.ts is the main file

yarn to check for updates.
yarn start to start development server. index.ts will be executed each time changes to the file are saved.
yarn build to compile typescript files to javascript files.