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

https://github.com/iamtouha/ts-webpack-starter

A starter template for typescript with webpack.
https://github.com/iamtouha/ts-webpack-starter

front-end-development typescript vanilla-javascript webpack

Last synced: 2 months ago
JSON representation

A starter template for typescript with webpack.

Awesome Lists containing this project

README

          

# Typescript-Webpack starter template

### Get Started

```bash
git clone https://github.com/touha98/ts-webpack-starter.git
cd ts-webpack-starter
npm install
```

### Start Development server

```bash
npm run dev
```

### Build for production

```bash
npm run build
```

### Preview production build

```bash
npm run build
```