/sha-project

University project

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Available Scripts

  • start - compiles to JavaScript and starts the application,
  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests