TypeScript starter for building minimal browser applications with npm scripts
Starter for TypeScript on Web Browser that scaffolds a minimal client-side project using TypeScript, JavaScript, and HTML. It includes example source files (src/index.ts), a simple index.html, npm scripts for development and production builds, and a dist/ output with bundled JavaScript and inline source maps. Suited for small browser projects, prototypes, and learning TypeScript in the browser.
0