/angular2-typeScript-webpack-starter

The most minimal angular2 application setup

Primary LanguageJavaScript

Angular2 + TypeScript + Webpack Minimal Development Environment

How to run:

  1. clone the project
  2. run npm start
  3. navigate to 'localhost/8080'
  4. start developing your Angular2 app with TypeScript

what you get?

Minimal Angular2 development environment which use typeScript. it loads and bootstrap the most minimal angular2 app. that's it.

IMPORTANT NOTE

This project doesn't contains any webpack configuration for code splitting and efficient bundling for production. The main purpose of this project is to get you up and running with your development environment only. Read more about how to configure webpack for production bundling and make your own choices.