Example javascript project
This project uses the TypeScript dialect of JavaScript. It has the following commands:
npm install: install dependenciesnpm run build: compile the typescript into javascriptnpm run build:release: compile the typescript into javascript (release build)npm run lint: run static analysis witheslintnpm run prettier: autoformat the code withprettiernpm run test: run the test suite, written usingjestnpm run start: run the compiledmain.js