An open API service indexing awesome lists of open source software.

https://github.com/patrickjs/angular2-webpack2-seed

angular2 webpack2 with tree-shaking and precompiler??
https://github.com/patrickjs/angular2-webpack2-seed

Last synced: 8 months ago
JSON representation

angular2 webpack2 with tree-shaking and precompiler??

Awesome Lists containing this project

README

          

## angular2-webpack2-seed

A simple starter project demonstrating the basic concepts of Angular 2 with Webpack 2.

This branch uses [Webpack 2](https://webpack.github.io/).

### Usage
- Clone or fork this repository
- Make sure you have [node.js](https://nodejs.org/) installed
- run `npm install -g webpack webpack-dev-server typings typescript ts-node` to install global dependencies
- run `npm install` to install dependencies
- run `npm run start:prod && npm run server:prod` to fire up dev server
- open browser to [`http://localhost:8080`](http://localhost:8080)