/typescript-template

Temlate repository for TypeScript + webpack projets

Primary LanguageJavaScriptMIT LicenseMIT

TypeScript + webpack project template

A simple template for Typescript projects using Webpack as a bundler. The project is VS Code ready: it includes a default watch and debug task

Get started

  • Clone the repository
  • Run npm i
  • Open the project in VS Code
  • Press F5 to debug