work in progress....
test
:npm run test
- Runs the test suite.start
:npm start
- Runs the compiled application.dev
:npm run dev
- Compiles TypeScript files and runs the application for development.build
:npm run build
- Compiles TypeScript files.clean
:npm run clean
- Cleans thedist
directory.