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??
- Host: GitHub
- URL: https://github.com/patrickjs/angular2-webpack2-seed
- Owner: PatrickJS
- License: mit
- Created: 2016-04-25T02:22:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T23:17:37.000Z (over 9 years ago)
- Last Synced: 2025-03-31T13:02:06.733Z (9 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)