Skip to content

gonzofish/ng2-tutorial-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Angular 2 Tutorials Using Webpack

What is This?

The Angular 2 tutorials from angular.io utilize SystemJS as the module-packaging method. I'm a fan of Webpack for my module-loading so I took the opportunity to write a series of posts about how I used Angular 2 with Webpack.

###Let's Address That Elephant

The modern environment for developing web applications is not trivial. The JavaScript community has developed some extermely useful and cool tools to move our ability to develop forward. It's all for the good. But it can be cumbersome.

So keep it in mind that the process for setting this thing up is not going to be a matter of a couple of lines of code. But once you have it set up, you'll have (at least) a base for developing moving forward!

##The Tutorials

If I had thought this part through, I would've committed & tagged this thing in steps so that you, the reader, would have been able to see the process evolve. But I wasn't and, unfortunately, you only get the finished product :( Sorry!

If you read the tutorials, you'll see that the corresponding files are all here:

  1. Directory Structure
  2. Node Modules & NPM Configuration
  3. Typings
  4. Code Linting
  5. TypeScript Configuration
  6. Karma Configuration
  7. Webpack Configuration
  8. Sample Application

Enjoy!

About

The files that correspond to my series of blog posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published