/webpack-angular-typescript

A sample app for using Webpack to bundle your Angular app written with TypeScript.

Primary LanguageTypeScriptMIT LicenseMIT

Webpack - Angular - TypeScript

This is a sample app to get you going with a Webpack based Angular application that is written with TypeScript. As a bonus it also uses Material Design.

Instructions

  1. npm install typescript tsd -g
  2. Clone this Git repo
  3. This file is continuously updated during the build process, no need to track changes so run git update-index --assume-unchanged tools/typings/app.d.ts
  4. npm install
  5. npm start and open your browser at http://localhost:8080