Skip to content

micmro/ts-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-webpack-boilerplate

Simple Typescript + Webpack boilerplate code.

It supports the following out of the box:

  • concatination
  • uglify
  • tslint
  • LESS
  • watch
  • hot reloading
  • source maps

Setup

Just install dependencies.

npm install

Commands

To run the dev-server:

npm run serve

It starts on http://localhost:8080 and automatically reloads the page for all file changes.

To run a dev-build:

npm run build

Files are stored in ./dist

To run a prod build with uglification and source map:

npm run build-prod

About

Simple Typescript + Webpack boilerplate code, with uglify, tslint and LESS support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published