Skip to content

joshwiens/angular2-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 Webpack

An Angular 2 starter kit with Webpack

Getting Started

Dependencies

Setup

  1. git clone https://github.com/bellizio/angular2-webpack.git
  2. cd angular2-webpack
  3. npm install

Overview

This is an Angular 2 Webpack starter kit based on the official Angular Webpack guide. It includes everything detailed in the guide with a few modifications in order to incorporate the following:

Scripts

Development

npm start - builds and serves the app at localhost:8080

Production

npm run build:prod - builds the app for production

npm run serve:prod - builds the app for production and starts a local server at localhost:8080

Testing

npm test - runs all unit tests

About

An angular 2 starter kit with webpack

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 61.8%
  • TypeScript 32.7%
  • HTML 4.0%
  • CSS 1.5%