This project demonstrates how to use Webpack to bundle JavaScript resources with TypeScript as the source code. The project is configured to transpile TypeScript files, bundle them, and output a single JavaScript file ready for use in a web application.
- Introduction
- Features
- Prerequisites
- Installation
- Scripts
- TypeScript transpilation
- JavaScript bundling with Webpack
- Source maps for debugging
- Development server with live reloading
- Node.js and npm installed
- Basic understanding of TypeScript and Webpack
- `npm run build`: Transpiles TypeScript files and bundles them using Webpack.
- `npm start`: Starts the Webpack development server with live reloading.