An open API service indexing awesome lists of open source software.

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.

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
```