Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 337 Bytes

typescript-webpack-boilerplate

TypeScript boilerplate for developing TypeScript applications with Webpack

Installation

npm install

Build

npm run build-dev

Browser URL

Your development bundle will run here: http://localhost:8080/index.html.

Live reload is activated.