TypeScript application
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build the project
npm run build
# Run the built project
npm startThis project uses TypeScript with strict type checking enabled.
npm run dev- Run the project in watch mode with tsxnpm run build- Compile TypeScript to JavaScriptnpm start- Run the compiled JavaScriptnpm test- Run tests (not yet configured)