https://github.com/changhuixu/typescript-starter
A starter project template for TypeScript and HTML using webpack.
https://github.com/changhuixu/typescript-starter
html template template-project typescript typescript-boilerplate webpack
Last synced: 3 months ago
JSON representation
A starter project template for TypeScript and HTML using webpack.
- Host: GitHub
- URL: https://github.com/changhuixu/typescript-starter
- Owner: changhuixu
- Created: 2020-04-21T21:00:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:21:43.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:18:23.637Z (4 months ago)
- Topics: html, template, template-project, typescript, typescript-boilerplate, webpack
- Language: TypeScript
- Size: 1.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimalistic TypeScript Starter Template
TypeScript 3.8.3, webpack 4.43.0
Hot Module Replacement
ts-loader, css-loader, html-webpack-plugin
Created based on the webpack documentation [link](https://webpack.js.org/guides/typescript/).
## Usage
```bash
npm i
npm start
```