Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 704 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 704 Bytes

Angular 1.5 - Typescript - Webpack starter pack

This repository contains a basic app running using Angular 1.5, Typescript 1.8 and Webpack 1.12.2

Usage

  • Run npm start to install all the dependencies (npm + tsd) and start a local dev server
  • Run npm build to build a production distrib of your app
  • Run npm run dev to start a local dev server
  • Run npm run dist to build a production distrib of your app and serve it with a local server
  • Run npm test to run the karma unit tests

Misc

This also uses angular-material 1.0.5 and angular-ui-router 0.2.18