Run a dev test with npm start.
To run unit tests, npm run test
You can write custom scripts in the script/ directory. See script/example.ts as an example.
Run your script with npm run script -- example
To compile a debug build, run npm run build. The build output will appear in the ./dist folder.
To compile a production build, run npm run lint:prod && npm run build. The build output will appear in the ./dist folder.
npm run doc and browse docs/index.html!