/ts-webpack-playground

A simple playground for typescript wrapped in webpack

Primary LanguageJavaScript

Typescript-webpack-playground

This playground allows you to easily set up a simple typescript\webpack project to set test your projects in. This can also be used as a starter template for your typescript\webpack based projects.

Running this playground

Simply run the following commands:

npm install
npm run start:dev

Building options

There are 2 options of building this project:

  1. Bundled under webpack:

npm run build

  1. Or by compiling the typescript (HTML and assets will not be included):

npm run build:tsc

Output information

All compiled files will be under the ./dist directory.