Skip to content

amnon89/angular2-typeScript-webpack-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The most minimal angular2 application setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 79.4%
  • JavaScript 10.5%
  • CSS 8.4%
  • HTML 1.7%