shy2net / ts-webpack-playground

A simple playground for typescript wrapped in webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple playground for typescript wrapped in webpack


Languages

Language:JavaScript 63.7%Language:HTML 29.4%Language:TypeScript 5.8%Language:CSS 1.0%