Skip to content

woutrbe/webpack-angular2-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack + Angular 2 Starterkit

This is a very basic example on how to use Webpack with Angular 2

Installation

You can clone this repository from GitHub

Once cloned, run:

npm install

Development

Run npm run dev

A development server will be started at http://localhost:5001

Build

Run npm run build

This will generate a /build folder with all the bundled assets.

Webpack config

For simplicity reasons, the development and production config files are split up, you could keep everything in one file and add / remove loaders based on the environment.

License

This project is available under the MIT license.

About

Webpack + Angular 2 Starterkit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published