Skip to content

Sinha06/angular-webpack-typescript

 
 

Repository files navigation

Angular 1.5 - Typescript - Webpack starter pack

This repository contains a basic app running using Angular 1.5.10, Typescript 2.1.4 and Webpack 2.2.1

Usage

  • Run npm start to install all the dependencies (npm + typings) 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.1.3 and angular-ui-router 0.3.2

About

Starter pack for a basic app using angular, webpack and typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.2%
  • JavaScript 20.8%
  • HTML 8.8%
  • CSS 1.2%